2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
254IsCompilingEntryPointClass = true; 256IsCompilingEntryPointClass = false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
350get { return IsCompilingEntryPointClass ? _isBamlNeeded : true; } 607if (IsCompilingEntryPointClass) 1259if (IsLanguageVB && IsCompilingEntryPointClass) 2488if (IsLanguageVB && !IsCompilingEntryPointClass) 2526else if (IsCompilingEntryPointClass && className.Length == 0) 3070if (IsCompilingEntryPointClass) 3102if (IsCompilingEntryPointClass) 3111GenerateInitializeComponent(IsCompilingEntryPointClass); 3112if (!IsCompilingEntryPointClass)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
355_compiler.IsCompilingEntryPointClass) 518else if (!_compiler.IsBamlNeeded && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0)