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