3 references to Types
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpFormattingOptions2.cs (1)
57
KeyValuePairUtil.Create("types", NewLineBeforeOpenBracePlacement.
Types
),
NewLineBeforeOpenBracePlacement.cs (2)
28
=> (value.HasFlag(NewLinePlacement.BeforeOpenBraceInTypes) ? NewLineBeforeOpenBracePlacement.
Types
: 0) |
39
=> (value.HasFlag(NewLineBeforeOpenBracePlacement.
Types
) ? NewLinePlacement.BeforeOpenBraceInTypes : 0) |