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