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