1 write to _eventSourceType
WindowsBase (1)
Base\MS\Internal\WeakEventTable.cs (1)
601
_eventSourceType
= eventSourceType;
3 references to _eventSourceType
WindowsBase (3)
Base\MS\Internal\WeakEventTable.cs (3)
607
return unchecked(
_eventSourceType
.GetHashCode() + _eventName.GetHashCode());
615
return (this.
_eventSourceType
== that.
_eventSourceType
&& this._eventName == that._eventName);