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