3 references to _map
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs (3)
85=> _map.TryGetValue(key, out value); 88=> _map[key] = value; 91=> _map.Remove(key);