1 instantiation of Data
Microsoft.CodeAnalysis.Features (1)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (1)
80_analyzerInfoMap = _analyzerInfoMap.SetItem(analyzer.GetType(), new Data(analyzerTelemetryInfo, isTelemetryCollectionAllowed));
4 references to Data
Microsoft.CodeAnalysis.Features (4)
Diagnostics\DiagnosticAnalyzerTelemetry.cs (4)
71private ImmutableDictionary<Type, Data> _analyzerInfoMap; 74=> _analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty; 86ImmutableDictionary<Type, Data> map; 90_analyzerInfoMap = ImmutableDictionary<Type, Data>.Empty;