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)
106var handler = _handler; 114=> handler.Equals(_handler); 123if (other._handler == null && _handler == null) 128if (other._handler == null || _handler == null) 133return other._handler.Equals(_handler); 140=> _handler == null ? 0 : _handler.GetHashCode();