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