2 writes to CompilerInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
448CompilerInfo = null; 2134CompilerInfo = CodeDomProvider.GetCompilerInfo(language);
10 references to CompilerInfo
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (10)
1367return (IsLanguageCSharp || (CompilerInfo != null && (string.Compare(CompilerInfo.GetLanguages()[0], JSCRIPT, StringComparison.OrdinalIgnoreCase) == 0))); 1374return (CompilerInfo == null || (string.Compare(CompilerInfo.GetLanguages()[0], JSHARP, StringComparison.OrdinalIgnoreCase) != 0)); 2105Debug.Assert(CompilerInfo != null && CompilerInfo.IsCodeDomProviderTypeValid); 2106_codeProvider = CompilerInfo.CreateProvider(); 2135return (CompilerInfo != null); 2146if (CompilerInfo != null) 2148string[] listExtensions = CompilerInfo.GetExtensions();