2 references to GetCompilerInfoForExtensionNoThrow
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (2)
34
CompilerInfo compilerInfo = (CompilerInfo)
GetCompilerInfoForExtensionNoThrow
(extension);
48
return (
GetCompilerInfoForExtensionNoThrow
(extension) != null);