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));
63
map =
_analyzerInfoMap
;