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