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