2 references to Default
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BraceMatching\AbstractBraceMatcherTests.cs (1)
29
var braceMatchingOptions = BraceMatchingOptions.
Default
;
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
187
VerifyDataMembersHaveNonDefaultValues(globalOptions.GetBraceMatchingOptions(language), BraceMatchingOptions.
Default
, language);