2 references to GetCompilerInfoForExtensionNoThrow
System.CodeDom (2)
System\CodeDom\Compiler\CodeDomProvider.cs (2)
67CompilerInfo compilerInfo = GetCompilerInfoForExtensionNoThrow(extension); 77public static bool IsDefinedExtension(string extension) => GetCompilerInfoForExtensionNoThrow(extension) != null;