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