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