2 references to OperatorPlacementWhenWrapping
Microsoft.CodeAnalysis.CodeStyle (2)
AnalyzerOptionsProvider.cs (1)
74
public OperatorPlacementWhenWrappingPreference OperatorPlacementWhenWrapping => GetOption(CodeStyleOptions2.
OperatorPlacementWhenWrapping
, FallbackCodeStyleOptions.OperatorPlacementWhenWrapping);
IdeCodeStyleOptions.cs (1)
70
OperatorPlacementWhenWrapping = options.GetOption(CodeStyleOptions2.
OperatorPlacementWhenWrapping
, fallbackOptions.OperatorPlacementWhenWrapping);