C# Class Microsoft.CodeAnalysis.Sarif.Location

Inheritance: PropertyBagHolder, 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 ( ) : Location

Creates a deep copy of this instance.

Location ( ) : System

Initializes a new instance of the Location class.

Location ( Location other ) : System

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

Location ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : System

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

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

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : void

Method Details

DeepClone() public method

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

Location() public method

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

Location() public method

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

Location() public method

Initializes a new instance of the Location class from the supplied values.
public Location ( PhysicalLocation analysisTarget, PhysicalLocation resultFile, string fullyQualifiedLogicalName, string logicalLocationKey, string decoratedName, SerializedPropertyInfo>.IDictionary properties ) : System
analysisTarget PhysicalLocation /// An initialization value for the property. ///
resultFile PhysicalLocation /// An initialization value for the property. ///
fullyQualifiedLogicalName string /// An initialization value for the property. ///
logicalLocationKey string /// An initialization value for the property. ///
decoratedName string /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
return System

ValueEquals() public method

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

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int