3 references to Methods
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpFormattingOptions2.cs (1)
58KeyValuePairUtil.Create("methods", NewLineBeforeOpenBracePlacement.Methods),
NewLineBeforeOpenBracePlacement.cs (2)
29(value.HasFlag(NewLinePlacement.BeforeOpenBraceInMethods) ? NewLineBeforeOpenBracePlacement.Methods : 0) | 40(value.HasFlag(NewLineBeforeOpenBracePlacement.Methods) ? NewLinePlacement.BeforeOpenBraceInMethods : 0) |