2 writes to CompilerInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
442CompilerInfo = null; 2132CompilerInfo = CodeDomProvider.GetCompilerInfo(language);
10 references to CompilerInfo
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (10)
1368return IsLanguageCSharp || (CompilerInfo != null && string.Equals(CompilerInfo.GetLanguages()[0], JSCRIPT, StringComparison.OrdinalIgnoreCase)); 1375return CompilerInfo == null || !string.Equals(CompilerInfo.GetLanguages()[0], JSHARP, StringComparison.OrdinalIgnoreCase); 2103Debug.Assert(CompilerInfo != null && CompilerInfo.IsCodeDomProviderTypeValid); 2104_codeProvider = CompilerInfo.CreateProvider(); 2133return (CompilerInfo != null); 2144if (CompilerInfo != null) 2146string[] listExtensions = CompilerInfo.GetExtensions();