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