Microsoft.CodeAnalysis.Sarif.AnnotatedCodeLocation.AnnotatedCodeLocation C# (CSharp) Method

AnnotatedCodeLocation() public method

Initializes a new instance of the AnnotatedCodeLocation class.
public AnnotatedCodeLocation ( ) : System
return System
        public AnnotatedCodeLocation()
        {
        }

Same methods

AnnotatedCodeLocation::AnnotatedCodeLocation ( AnnotatedCodeLocation other ) : System
AnnotatedCodeLocation::AnnotatedCodeLocation ( int id, int step, PhysicalLocation physicalLocation, string fullyQualifiedLogicalName, string logicalLocationKey, string module, int threadId, string message, AnnotatedCodeLocationKind kind, TaintKind taintKind, string target, IEnumerable values, object state, string targetKey, bool essential, AnnotatedCodeLocationImportance importance, string snippet, IEnumerable annotations, SerializedPropertyInfo>.IDictionary properties ) : System