3 references to GetBraceMatchingOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
55
var options = GlobalOptions.
GetBraceMatchingOptions
(document.Project.Language);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
187
VerifyDataMembersHaveNonDefaultValues(globalOptions.
GetBraceMatchingOptions
(language), BraceMatchingOptions.Default, language);
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractVsTextViewFilter.cs (1)
190
var options = globalOptions.
GetBraceMatchingOptions
(document.Project.Language);