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