C# 클래스 Microsoft.CodeAnalysis.Sarif.Extensions

파일 보기 프로젝트 열기: Microsoft/sarif-sdk

비공개 메소드들

메소드 설명
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.