4 references to BuiltIn
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\DiagnosticAnalyzer\PerformanceTrackerService.cs (4)
79var analyzerId = perfInfo.BuiltIn ? perfInfo.AnalyzerId : perfInfo.BuiltIn.GetHashCode().ToString(); 134_builtInMap[entry.AnalyzerId] = entry.BuiltIn; 167sb.Append(snapshot.BuiltIn);