1 reference to s_typeNamesOfInterest
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\JsonLanguageDetector.cs (1)
34
var types =
s_typeNamesOfInterest
.Select(compilation.GetTypeByMetadataName).WhereNotNull().ToSet();