2 writes to CompilerInfo
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
447CompilerInfo = null; 2081CompilerInfo = CodeDomProvider.GetCompilerInfo(language);
10 references to CompilerInfo
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (10)
1358return (IsLanguageCSharp || (CompilerInfo != null && (string.Compare(CompilerInfo.GetLanguages()[0], JSCRIPT, StringComparison.OrdinalIgnoreCase) == 0))); 1365return (CompilerInfo == null || (string.Compare(CompilerInfo.GetLanguages()[0], JSHARP, StringComparison.OrdinalIgnoreCase) != 0)); 2052Debug.Assert(CompilerInfo != null && CompilerInfo.IsCodeDomProviderTypeValid); 2053_codeProvider = CompilerInfo.CreateProvider(); 2082return (CompilerInfo != null); 2094if (CompilerInfo != null) 2096string[] listExtensions = CompilerInfo.GetExtensions();