1 instantiation of Data
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (1)
54
_analyzerInfoMap = _analyzerInfoMap.SetItem(analyzer.GetType(), new
Data
(analyzerTelemetryInfo, isTelemetryCollectionAllowed));
4 references to Data
Microsoft.CodeAnalysis.Features (4)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (4)
45
private ImmutableDictionary<Type,
Data
> _analyzerInfoMap;
48
=> _analyzerInfoMap = ImmutableDictionary<Type,
Data
>.Empty;
60
ImmutableDictionary<Type,
Data
> map;
64
_analyzerInfoMap = ImmutableDictionary<Type,
Data
>.Empty;