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