C# Class Microsoft.CodeAnalysis.Sarif.CodeFlow

Inheritance: PropertyBagHolder, ISarifNode
Exibir arquivo Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
CodeFlow ( ) : System

Initializes a new instance of the CodeFlow class.

CodeFlow ( CodeFlow other ) : System

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

CodeFlow ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : System

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

DeepClone ( ) : CodeFlow

Creates a deep copy of this instance.

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

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : void

Method Details

CodeFlow() public method

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

CodeFlow() public method

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

CodeFlow() public method

Initializes a new instance of the CodeFlow class from the supplied values.
public CodeFlow ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : System
message string /// An initialization value for the property. ///
locations IEnumerable /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
return System

DeepClone() public method

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

ValueEquals() public method

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

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int