2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
253
IsCompilingEntryPointClass
= true;
255
IsCompilingEntryPointClass
= false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
349
get { return
IsCompilingEntryPointClass
? _isBamlNeeded : true; }
593
if (
IsCompilingEntryPointClass
)
1244
if (IsLanguageVB &&
IsCompilingEntryPointClass
)
2473
if (IsLanguageVB && !
IsCompilingEntryPointClass
)
2511
else if (
IsCompilingEntryPointClass
&& className.Length == 0)
3055
if (
IsCompilingEntryPointClass
)
3087
if (
IsCompilingEntryPointClass
)
3096
GenerateInitializeComponent(
IsCompilingEntryPointClass
);
3097
if (!
IsCompilingEntryPointClass
)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
354
_compiler.
IsCompilingEntryPointClass
)
517
else if (!_compiler.IsBamlNeeded && _compiler.
IsCompilingEntryPointClass
&& xmlReader.Depth > 0)