5 references to None
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpFormattingOptions2.Parsers.cs (1)
87
NewLineBeforeOpenBracePlacement.
None
=> "none",
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (4)
Formatting\EditorConfigOptionParserTests.cs (3)
101
[InlineData("Accessors", NewLineBeforeOpenBracePlacement.
None
, "none")]
102
[InlineData("none,types", NewLineBeforeOpenBracePlacement.
None
, "none")]
103
[InlineData(",,,", NewLineBeforeOpenBracePlacement.
None
, "none")]
Formatting\FormattingTests.cs (1)
1884
{ NewLineBeforeOpenBrace, NewLineBeforeOpenBracePlacement.
None
}