2 references to OperatorPlacementWhenWrapping
Microsoft.CodeAnalysis.CSharp.Features (1)
Wrapping\CSharpSyntaxWrappingOptions.cs (1)
25
operatorPlacement: options.GetOption(CodeStyleOptions2.
OperatorPlacementWhenWrapping
),
Microsoft.CodeAnalysis.Features (1)
src\roslyn\src\Analyzers\Core\Analyzers\AnalyzerOptionsProvider.cs (1)
46
public OperatorPlacementWhenWrappingPreference OperatorPlacementWhenWrapping => GetOption(CodeStyleOptions2.
OperatorPlacementWhenWrapping
);