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)
110var handler = _handler; 118=> handler.Equals(_handler); 127if (other._handler == null && _handler == null) 132if (other._handler == null || _handler == null) 137return other._handler.Equals(_handler); 144=> _handler == null ? 0 : _handler.GetHashCode();