1 write to _flag
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Formatting\CSharpFormattingOptions.cs (1)
61
_flag
= flag;
2 references to _flag
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Formatting\CSharpFormattingOptions.cs (2)
65
=> ((SpacePlacementWithinParentheses)internalValue!).HasFlag(
_flag
);
68
=> ((SpacePlacementWithinParentheses)currentInternalValue!).WithFlagValue(
_flag
, (bool)newPublicValue!);