1 write to _getSemanticModel
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
203
_getSemanticModel
= getSemanticModel;
3 references to _getSemanticModel
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerExecutor.cs (3)
222
_isAnalyzerSuppressedForTree, _getAnalyzerGate,
_getSemanticModel
, _analyzerExecutionTimeMap, _addCategorizedLocalDiagnostic, _addCategorizedNonLocalDiagnostic,
351
Debug.Assert(
_getSemanticModel
!= null);
364
reportedDiagnostics, _addSuppression, isSupportedSuppression,
_getSemanticModel
, _cancellationToken);