1 write to AnalyzerId
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IPerformanceTrackerService.cs (1)
30AnalyzerId = analyzerId;
5 references to AnalyzerId
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IPerformanceTrackerService.cs (1)
36public string PIISafeAnalyzerId => BuiltIn ? AnalyzerId : AnalyzerIdHash;
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (2)
65m[nameof(analyzerInfo.AnalyzerId)] = isInternalUser ? analyzerInfo.AnalyzerId : analyzerInfo.PIISafeAnalyzerId;
Roslyn.VisualStudio.Next.UnitTests (2)
Services\PerformanceTrackerServiceTests.cs (2)
128Assert.True(analyzerInfo1.PIISafeAnalyzerId == analyzerInfo1.AnalyzerId); 138var analyzerInfo = analyzerInfos.Single(i => i.AnalyzerId.Contains(analyzerName));