2 writes to _hasLocalEvent
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
382set { _hasLocalEvent = value; } 515_hasLocalEvent = false;
1 reference to _hasLocalEvent
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
381get { return _hasLocalEvent; }