8 references to EndOfLine
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Wrapping\BinaryExpressionWrappingTests.cs (1)
25
=> new(options: Option(CodeStyleOptions2.OperatorPlacementWhenWrapping, OperatorPlacementWhenWrappingPreference.
EndOfLine
));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Wrapping\BinaryExpressionWrappingTests.vb (1)
20
New TestParameters(options:=[Option](CodeStyleOptions2.OperatorPlacementWhenWrapping, OperatorPlacementWhenWrappingPreference.
EndOfLine
))
Microsoft.CodeAnalysis.Workspaces (2)
OperatorPlacementWhenWrappingPreference.cs (2)
20
=> value == OperatorPlacementWhenWrappingPreference.
EndOfLine
? end_of_line : beginning_of_line;
28
case end_of_line: return OperatorPlacementWhenWrappingPreference.
EndOfLine
;
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\Whitespace\ViewModel\OperatorPlacementWhenWrappingViewModel.cs (4)
53
case OperatorPlacementWhenWrappingPreference.
EndOfLine
:
54
_setting.SetValue(OperatorPlacementWhenWrappingPreference.
EndOfLine
);
66
_ => OperatorPlacementWhenWrappingPreference.
EndOfLine
,
77
yield return (ServicesVSResources.End_of_line, OperatorPlacementWhenWrappingPreference.
EndOfLine
);