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