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)
46private ImmutableDictionary<Type, Data> _analyzerInfoMap; 49=> _analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty; 61ImmutableDictionary<Type, Data> map; 65_analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty;