1 write to _handler
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EventMap.cs (1)
102
=>
_handler
= null;
7 references to _handler
Microsoft.CodeAnalysis.CodeStyle (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EventMap.cs (7)
106
var handler =
_handler
;
114
=> handler.Equals(
_handler
);
123
if (other._handler == null &&
_handler
== null)
128
if (other._handler == null ||
_handler
== null)
133
return other._handler.Equals(
_handler
);
140
=>
_handler
== null ? 0 :
_handler
.GetHashCode();