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