2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
260IsCompilingEntryPointClass = true; 262IsCompilingEntryPointClass = false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (9)
356get { return IsCompilingEntryPointClass ? _isBamlNeeded : true; } 613if (IsCompilingEntryPointClass) 1255if (IsLanguageVB && IsCompilingEntryPointClass) 2486if (IsLanguageVB && !IsCompilingEntryPointClass) 2524else if (IsCompilingEntryPointClass && className.Length == 0) 3029if (IsCompilingEntryPointClass) 3061if (IsCompilingEntryPointClass) 3070GenerateInitializeComponent(IsCompilingEntryPointClass); 3071if (!IsCompilingEntryPointClass)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
357_compiler.IsCompilingEntryPointClass) 520else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0)