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