2 writes to _handler
Microsoft.CodeAnalysis.Workspaces (2)
EventMap.cs (2)
103
=>
_handler
= handler;
106
=>
_handler
= null;
10 references to _handler
Microsoft.CodeAnalysis.Workspaces (10)
EventMap.cs (10)
110
var handler =
_handler
;
118
=> handler.Equals(
_handler
);
127
if (other.
_handler
== null &&
_handler
== null)
132
if (other.
_handler
== null ||
_handler
== null)
137
return other.
_handler
.Equals(
_handler
);
144
=>
_handler
== null ? 0 :
_handler
.GetHashCode();