Property | Type | Description | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Method | Description | |
---|---|---|
AnnotatedCodeLocation ( ) : System |
Initializes a new instance of the AnnotatedCodeLocation class.
|
|
AnnotatedCodeLocation ( |
Initializes a new instance of the AnnotatedCodeLocation class from the specified instance.
|
|
AnnotatedCodeLocation ( int id, int step, |
Initializes a new instance of the AnnotatedCodeLocation class from the supplied values.
|
|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Method | Description | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( int id, int step, |
public AnnotatedCodeLocation ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
return | System |
public AnnotatedCodeLocation ( int id, int step, |
||
id | int |
/// An initialization value for the |
step | int |
/// An initialization value for the |
physicalLocation |
/// An initialization value for the |
|
fullyQualifiedLogicalName | string |
/// An initialization value for the |
logicalLocationKey | string |
/// An initialization value for the |
module | string |
/// An initialization value for the |
threadId | int |
/// An initialization value for the |
message | string |
/// An initialization value for the |
kind | AnnotatedCodeLocationKind |
/// An initialization value for the |
taintKind | TaintKind |
/// An initialization value for the |
target | string |
/// An initialization value for the |
values | IEnumerable |
/// An initialization value for the |
state | object |
/// An initialization value for the |
targetKey | string |
/// An initialization value for the |
essential | bool |
/// An initialization value for the |
importance | AnnotatedCodeLocationImportance |
/// An initialization value for the |
snippet | string |
/// An initialization value for the |
annotations | IEnumerable |
/// An initialization value for the |
properties | SerializedPropertyInfo>.IDictionary |
/// An initialization value for the |
return | System |
public ValueEquals ( |
||
other | ||
return | bool |