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)
45private ImmutableDictionary<Type, Data> _analyzerInfoMap; 48=> _analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty; 60ImmutableDictionary<Type, Data> map; 64_analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty;