C# 클래스 Particular.CodeRules.GeneratedCodeRecognition

파일 보기 프로젝트 열기: Particular/Particular.CodeRules

공개 메소드들

메소드 설명
IsFileNameForGeneratedCode ( string fileName ) : bool
IsFromGeneratedCode ( this context ) : bool
IsFromGeneratedCode ( this semanticModel, CancellationToken cancellationToken ) : bool

비공개 메소드들

메소드 설명
ContainsAutogeneratedComment ( Microsoft.CodeAnalysis.SyntaxTree tree, CancellationToken cancellationToken = default(CancellationToken) ) : bool

메소드 상세

IsFileNameForGeneratedCode() 공개 정적인 메소드

public static IsFileNameForGeneratedCode ( string fileName ) : bool
fileName string
리턴 bool

IsFromGeneratedCode() 공개 정적인 메소드

public static IsFromGeneratedCode ( this context ) : bool
context this
리턴 bool

IsFromGeneratedCode() 공개 정적인 메소드

public static IsFromGeneratedCode ( this semanticModel, CancellationToken cancellationToken ) : bool
semanticModel this
cancellationToken System.Threading.CancellationToken
리턴 bool