9 implementations of IBraceMatcher
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceMatching\BlockCommentBraceMatcher.cs (1)
17internal class BlockCommentBraceMatcher : IBraceMatcher
BraceMatching\StringLiteralBraceMatcher.cs (1)
20internal class StringLiteralBraceMatcher : IBraceMatcher
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptBraceMatcher.cs (1)
17internal sealed class VSTypeScriptBraceMatcher : IBraceMatcher
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpBraceMatcher.cs (1)
18internal class FSharpBraceMatcher : IBraceMatcher
Microsoft.CodeAnalysis.Features (3)
BraceMatching\AbstractBraceMatcher.cs (1)
14internal abstract class AbstractBraceMatcher : IBraceMatcher
BraceMatching\AbstractDirectiveTriviaBraceMatcher.cs (1)
17TRegionDirectiveTriviaSyntax, TEndRegionDirectiveTriviaSyntax> : IBraceMatcher
BraceMatching\AbstractEmbeddedLanguageBraceMatcher.cs (1)
20AbstractEmbeddedLanguageFeatureService<IEmbeddedLanguageBraceMatcher>, IBraceMatcher
Microsoft.CodeAnalysis.VisualBasic.Features (2)
BraceMatching\InterpolatedStringBraceMatcher.vb (1)
15Implements IBraceMatcher
BraceMatching\StringLiteralBraceMatcher.vb (1)
14Implements IBraceMatcher
7 references to IBraceMatcher
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
EmbeddedLanguages\BraceMatching\IAspNetCoreEmbeddedLanguageBraceMatcher.cs (1)
13/// <inheritdoc cref="IBraceMatcher.FindBracesAsync"/>
Microsoft.CodeAnalysis.Features (4)
BraceMatching\BraceMatchingService.cs (2)
21private readonly ImmutableArray<Lazy<IBraceMatcher, LanguageMetadata>> _braceMatchers; 26[ImportMany] IEnumerable<Lazy<IBraceMatcher, LanguageMetadata>> braceMatchers)
BraceMatching\ExportBraceMatcherAttribute.cs (1)
19: base(typeof(IBraceMatcher))
BraceMatching\IBraceMatcher.cs (1)
25/// and it can highlight both. The <see cref="IBraceMatcher"/> does not have to consider this, or try to pick
Microsoft.CodeAnalysis.VisualBasic.Features (2)
BraceMatching\InterpolatedStringBraceMatcher.vb (1)
27) As Task(Of BraceMatchingResult?) Implements IBraceMatcher.FindBracesAsync
BraceMatching\StringLiteralBraceMatcher.vb (1)
24cancellationToken As CancellationToken) As Task(Of BraceMatchingResult?) Implements IBraceMatcher.FindBracesAsync