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