2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
253IsCompilingEntryPointClass = true; 255IsCompilingEntryPointClass = false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
349get { return IsCompilingEntryPointClass ? _isBamlNeeded : true; } 593if (IsCompilingEntryPointClass) 1244if (IsLanguageVB && IsCompilingEntryPointClass) 2473if (IsLanguageVB && !IsCompilingEntryPointClass) 2511else if (IsCompilingEntryPointClass && className.Length == 0) 3055if (IsCompilingEntryPointClass) 3087if (IsCompilingEntryPointClass) 3096GenerateInitializeComponent(IsCompilingEntryPointClass); 3097if (!IsCompilingEntryPointClass)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
354_compiler.IsCompilingEntryPointClass) 517else if (!_compiler.IsBamlNeeded && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0)