2 writes to CompilerInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
444CompilerInfo = null; 2130CompilerInfo = CodeDomProvider.GetCompilerInfo(language);
10 references to CompilerInfo
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (10)
1363return IsLanguageCSharp || (CompilerInfo != null && string.Equals(CompilerInfo.GetLanguages()[0], JSCRIPT, StringComparison.OrdinalIgnoreCase)); 1370return CompilerInfo == null || !string.Equals(CompilerInfo.GetLanguages()[0], JSHARP, StringComparison.OrdinalIgnoreCase); 2101Debug.Assert(CompilerInfo != null && CompilerInfo.IsCodeDomProviderTypeValid); 2102_codeProvider = CompilerInfo.CreateProvider(); 2131return (CompilerInfo != null); 2142if (CompilerInfo != null) 2144string[] listExtensions = CompilerInfo.GetExtensions();