2 writes to CompilerInfo
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
441
CompilerInfo
= null;
2117
CompilerInfo
= CodeDomProvider.GetCompilerInfo(language);
10 references to CompilerInfo
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (10)
1353
return IsLanguageCSharp || (
CompilerInfo
!= null && string.Equals(
CompilerInfo
.GetLanguages()[0], JSCRIPT, StringComparison.OrdinalIgnoreCase));
1360
return
CompilerInfo
== null || !string.Equals(
CompilerInfo
.GetLanguages()[0], JSHARP, StringComparison.OrdinalIgnoreCase);
2088
Debug.Assert(
CompilerInfo
!= null &&
CompilerInfo
.IsCodeDomProviderTypeValid);
2089
_codeProvider =
CompilerInfo
.CreateProvider();
2118
return (
CompilerInfo
!= null);
2129
if (
CompilerInfo
!= null)
2131
string[] listExtensions =
CompilerInfo
.GetExtensions();