1 write to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
CommandHandlers\GoToMatchingBraceCommandHandler.cs (1)
35
_globalOptions
= globalOptions;
1 reference to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
CommandHandlers\GoToMatchingBraceCommandHandler.cs (1)
44
var options =
_globalOptions
.GetBraceMatchingOptions(document.Project.Language);