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; }
606
if (
IsCompilingEntryPointClass
)
1257
if (IsLanguageVB &&
IsCompilingEntryPointClass
)
2486
if (IsLanguageVB && !
IsCompilingEntryPointClass
)
2524
else if (
IsCompilingEntryPointClass
&& className.Length == 0)
3068
if (
IsCompilingEntryPointClass
)
3100
if (
IsCompilingEntryPointClass
)
3109
GenerateInitializeComponent(
IsCompilingEntryPointClass
);
3110
if (!
IsCompilingEntryPointClass
)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
354
_compiler.
IsCompilingEntryPointClass
)
517
else if (!_compiler.IsBamlNeeded && _compiler.
IsCompilingEntryPointClass
&& xmlReader.Depth > 0)