2 writes to IsCompilingEntryPointClass
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
245IsCompilingEntryPointClass = true; 247IsCompilingEntryPointClass = false;
11 references to IsCompilingEntryPointClass
PresentationBuildTasks (11)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (9)
355get { return IsCompilingEntryPointClass ? _isBamlNeeded : true; } 611if (IsCompilingEntryPointClass) 1261if (IsLanguageVB && IsCompilingEntryPointClass) 2434if (IsLanguageVB && !IsCompilingEntryPointClass) 2472else if (IsCompilingEntryPointClass && className.Length == 0) 2954if (IsCompilingEntryPointClass) 2986if (IsCompilingEntryPointClass) 2995GenerateInitializeComponent(IsCompilingEntryPointClass); 2996if (!IsCompilingEntryPointClass)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
363_compiler.IsCompilingEntryPointClass) 526else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0)