9 references to All
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
ConvertAutoPropertyToFullProperty\ConvertAutoPropertyToFullPropertyTests_OptionSets.cs (2)
37
{ CSharpFormattingOptions2.NewLineBeforeOpenBrace, NewLineBeforeOpenBracePlacement.
All
& ~NewLineBeforeOpenBracePlacement.Properties },
44
{ CSharpFormattingOptions2.NewLineBeforeOpenBrace, NewLineBeforeOpenBracePlacement.
All
& ~NewLineBeforeOpenBracePlacement.Accessors },
InitializeParameter\InitializeMemberFromParameterTests.cs (1)
1678
""", options: this.Option(CSharpFormattingOptions2.NewLineBeforeOpenBrace, NewLineBeforeOpenBracePlacement.
All
& ~NewLineBeforeOpenBracePlacement.Methods));
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpFormattingOptions2.cs (1)
55
KeyValuePairUtil.Create("all", NewLineBeforeOpenBracePlacement.
All
),
CSharpFormattingOptions2.Parsers.cs (2)
82
allValue: (int)NewLineBeforeOpenBracePlacement.
All
);
88
NewLineBeforeOpenBracePlacement.
All
=> "all",
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (2)
Formatting\EditorConfigOptionParserTests.cs (2)
85
[InlineData("all,none", NewLineBeforeOpenBracePlacement.
All
, "all")]
86
[InlineData("none,all", NewLineBeforeOpenBracePlacement.
All
, "all")]
Roslyn.VisualStudio.Next.UnitTests (1)
Options\VisualStudioStorageReadFallbackTests.cs (1)
52
Assert.Equal(fallback.TryRead(language, (_, _, _) => true).Value, NewLineBeforeOpenBracePlacement.
All
);