3 writes to _analyzerInfoMap
Microsoft.CodeAnalysis.Features (3)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (3)
48=> _analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty; 54_analyzerInfoMap = _analyzerInfoMap.SetItem(analyzer.GetType(), new Data(analyzerTelemetryInfo, isTelemetryCollectionAllowed)); 64_analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty;
2 references to _analyzerInfoMap
Microsoft.CodeAnalysis.Features (2)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (2)
54_analyzerInfoMap = _analyzerInfoMap.SetItem(analyzer.GetType(), new Data(analyzerTelemetryInfo, isTelemetryCollectionAllowed)); 63map = _analyzerInfoMap;