2 references to TryGetValue
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\ITextViewExtensions.AutoClosingViewProperty.cs (2)
29if (!properties.TryGetValue(key, out var priorValue)) 50return properties.TryGetValue(key, out value);