3 references to Properties
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpFormattingOptions2.cs (1)
59KeyValuePairUtil.Create("properties", NewLineBeforeOpenBracePlacement.Properties),
NewLineBeforeOpenBracePlacement.cs (2)
30(value.HasFlag(NewLinePlacement.BeforeOpenBraceInProperties) ? NewLineBeforeOpenBracePlacement.Properties : 0) | 41(value.HasFlag(NewLineBeforeOpenBracePlacement.Properties) ? NewLinePlacement.BeforeOpenBraceInProperties : 0) |