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)
107var handler = _handler; 115=> handler.Equals(_handler); 124if (other._handler == null && _handler == null) 129if (other._handler == null || _handler == null) 134return other._handler.Equals(_handler); 141=> _handler == null ? 0 : _handler.GetHashCode();