2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
256
IsCompilingEntryPointClass
= true;
258
IsCompilingEntryPointClass
= false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
352
get { return
IsCompilingEntryPointClass
? _isBamlNeeded : true; }
609
if (
IsCompilingEntryPointClass
)
1251
if (IsLanguageVB &&
IsCompilingEntryPointClass
)
2482
if (IsLanguageVB && !
IsCompilingEntryPointClass
)
2520
else if (
IsCompilingEntryPointClass
&& className.Length == 0)
3025
if (
IsCompilingEntryPointClass
)
3057
if (
IsCompilingEntryPointClass
)
3066
GenerateInitializeComponent(
IsCompilingEntryPointClass
);
3067
if (!
IsCompilingEntryPointClass
)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
355
_compiler.
IsCompilingEntryPointClass
)
518
else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.
IsCompilingEntryPointClass
&& xmlReader.Depth > 0)