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