1 write to _isCompilerAnalyzer
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
196
_isCompilerAnalyzer
= isCompilerAnalyzer;
3 references to _isCompilerAnalyzer
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
221
_isCompilerAnalyzer
, _analyzerManager, _shouldSkipAnalysisOnGeneratedCode, _shouldSuppressGeneratedCodeDiagnostic, _isGeneratedCodeLocation,
1318
Debug.Assert(
_isCompilerAnalyzer
!= null);
1326
return _analyzerManager.IsSupportedDiagnostic(analyzer, diagnostic,
_isCompilerAnalyzer
, this);