C# Class Microsoft.CodeAnalysis.Sarif.LogicalLocation

Inheritance: ISarifNode
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
DeepClone ( ) : LogicalLocation

Creates a deep copy of this instance.

LogicalLocation ( ) : System

Initializes a new instance of the LogicalLocation class.

LogicalLocation ( LogicalLocation other ) : System

Initializes a new instance of the LogicalLocation class from the specified instance.

LogicalLocation ( string name, string parentKey, string kind ) : System

Initializes a new instance of the LogicalLocation class from the supplied values.

ValueEquals ( LogicalLocation other ) : bool
ValueGetHashCode ( ) : int

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string name, string parentKey, string kind ) : void

Method Details

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : LogicalLocation
return LogicalLocation

LogicalLocation() public method

Initializes a new instance of the LogicalLocation class.
public LogicalLocation ( ) : System
return System

LogicalLocation() public method

Initializes a new instance of the LogicalLocation class from the specified instance.
/// Thrown if is null. ///
public LogicalLocation ( LogicalLocation other ) : System
other LogicalLocation /// The instance from which the new instance is to be initialized. ///
return System

LogicalLocation() public method

Initializes a new instance of the LogicalLocation class from the supplied values.
public LogicalLocation ( string name, string parentKey, string kind ) : System
name string /// An initialization value for the property. ///
parentKey string /// An initialization value for the property. ///
kind string /// An initialization value for the property. ///
return System

ValueEquals() public method

public ValueEquals ( LogicalLocation other ) : bool
other LogicalLocation
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int