1 write to _isCompilingEntryPointClass
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
423set { _isCompilingEntryPointClass = value; _isBamlNeeded = !value; }
1 reference to _isCompilingEntryPointClass
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
422get { return _isCompilingEntryPointClass; }