1 instantiation of Data
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (1)
55
_analyzerInfoMap = _analyzerInfoMap.SetItem(analyzer.GetType(), new
Data
(analyzerTelemetryInfo, isTelemetryCollectionAllowed));
4 references to Data
Microsoft.CodeAnalysis.Features (4)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (4)
46
private ImmutableDictionary<Type,
Data
> _analyzerInfoMap;
49
=> _analyzerInfoMap = ImmutableDictionary<Type,
Data
>.Empty;
61
ImmutableDictionary<Type,
Data
> map;
65
_analyzerInfoMap = ImmutableDictionary<Type,
Data
>.Empty;