2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
245
IsCompilingEntryPointClass
= true;
247
IsCompilingEntryPointClass
= false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (9)
355
get { return
IsCompilingEntryPointClass
? _isBamlNeeded : true; }
611
if (
IsCompilingEntryPointClass
)
1261
if (IsLanguageVB &&
IsCompilingEntryPointClass
)
2434
if (IsLanguageVB && !
IsCompilingEntryPointClass
)
2472
else if (
IsCompilingEntryPointClass
&& className.Length == 0)
2954
if (
IsCompilingEntryPointClass
)
2986
if (
IsCompilingEntryPointClass
)
2995
GenerateInitializeComponent(
IsCompilingEntryPointClass
);
2996
if (!
IsCompilingEntryPointClass
)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
363
_compiler.
IsCompilingEntryPointClass
)
526
else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.
IsCompilingEntryPointClass
&& xmlReader.Depth > 0)