Implemented interface member:
method
IsAnalyzerPathHandled
Microsoft.CodeAnalysis.IAnalyzerPathResolver.IsAnalyzerPathHandled(System.String)
2 references to IsAnalyzerPathHandled
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\ProgramFilesAnalyzerPathResolver.cs (2)
43
Debug.Assert(
IsAnalyzerPathHandled
(originalAnalyzerPath));
49
Debug.Assert(
IsAnalyzerPathHandled
(originalAnalyzerPath));