4 references to GetBraceMatchingOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
72var options = GlobalOptions.GetBraceMatchingOptions(document.Project.Language);
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
CommandHandlers\GoToMatchingBraceCommandHandler.cs (1)
44var options = _globalOptions.GetBraceMatchingOptions(document.Project.Language);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
185VerifyDataMembersHaveNonDefaultValues(globalOptions.GetBraceMatchingOptions(language), BraceMatchingOptions.Default, language);
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractVsTextViewFilter.cs (1)
202var options = globalOptions.GetBraceMatchingOptions(document.Project.Language);