4 references to BeforeDot
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CSharpFormattingOptions2.cs (1)
180
CSharpSyntaxFormattingOptions.SpacingDefault.HasFlag(SpacePlacement.
BeforeDot
))
CSharpSyntaxFormattingOptions.cs (2)
93
(options.GetOption(CSharpFormattingOptions2.SpaceBeforeDot, fallbackOptions.Spacing.HasFlag(SpacePlacement.
BeforeDot
)) ? SpacePlacement.
BeforeDot
: 0);
SpacingFormattingRule.cs (1)
311
return AdjustSpacesOperationZeroOrOne(_options.Spacing.HasFlag(SpacePlacement.
BeforeDot
));