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