1 write to _handler
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EventMap.cs (1)
103
=>
_handler
= null;
7 references to _handler
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EventMap.cs (7)
107
var handler =
_handler
;
115
=> handler.Equals(
_handler
);
124
if (other._handler == null &&
_handler
== null)
129
if (other._handler == null ||
_handler
== null)
134
return other._handler.Equals(
_handler
);
141
=>
_handler
== null ? 0 :
_handler
.GetHashCode();