2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
254
IsCompilingEntryPointClass
= true;
256
IsCompilingEntryPointClass
= false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
350
get { return
IsCompilingEntryPointClass
? _isBamlNeeded : true; }
607
if (
IsCompilingEntryPointClass
)
1259
if (IsLanguageVB &&
IsCompilingEntryPointClass
)
2488
if (IsLanguageVB && !
IsCompilingEntryPointClass
)
2526
else if (
IsCompilingEntryPointClass
&& className.Length == 0)
3070
if (
IsCompilingEntryPointClass
)
3102
if (
IsCompilingEntryPointClass
)
3111
GenerateInitializeComponent(
IsCompilingEntryPointClass
);
3112
if (!
IsCompilingEntryPointClass
)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
355
_compiler.
IsCompilingEntryPointClass
)
518
else if (!_compiler.IsBamlNeeded && _compiler.
IsCompilingEntryPointClass
&& xmlReader.Depth > 0)