C# Class Microsoft.CodeAnalysis.Sarif.Extensions

Mostra file Open project: Microsoft/sarif-sdk

Private Methods

Method Description
ArrayMatches ( char array, int startIndex, string target ) : bool

Returns whether or not the range [startIndex, startIndex + target.Length) is equal to the supplied string.

ConsumeElementOfDepth ( this xmlReader, int endElementDepth ) : void

Consumes content from an XML reader until the end element of the element at endElementDepth endElementDepth, including the end element.

IsNewline ( char testedCharacter ) : bool

Checks if a character is a newline.

PropertyValue ( string>.this properties, string key ) : string

Retrieves a property value if it exists, or null.