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; } 606if (IsCompilingEntryPointClass) 1257if (IsLanguageVB && IsCompilingEntryPointClass) 2486if (IsLanguageVB && !IsCompilingEntryPointClass) 2524else if (IsCompilingEntryPointClass && className.Length == 0) 3068if (IsCompilingEntryPointClass) 3100if (IsCompilingEntryPointClass) 3109GenerateInitializeComponent(IsCompilingEntryPointClass); 3110if (!IsCompilingEntryPointClass)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
354_compiler.IsCompilingEntryPointClass) 517else if (!_compiler.IsBamlNeeded && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0)