4 references to FindMatchingSpanAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BraceMatching\AbstractBraceMatcherTests.cs (1)
31var foundSpan = await braceMatcher.FindMatchingSpanAsync(document, position, braceMatchingOptions, CancellationToken.None);
Microsoft.VisualStudio.LanguageServices (3)
Implementation\AbstractVsTextViewFilter.cs (3)
191var matchingSpan = await braceMatcher.FindMatchingSpanAsync( 226var closingSpans = await braceMatcher.FindMatchingSpanAsync( 246var openingSpans = await braceMatcher.FindMatchingSpanAsync(