1 write to _flag
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Formatting\CSharpFormattingOptions.cs (1)
44
_flag
= flag;
2 references to _flag
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Formatting\CSharpFormattingOptions.cs (2)
48
=> ((NewLineBeforeOpenBracePlacement)internalValue!).HasFlag(
_flag
);
51
=> ((NewLineBeforeOpenBracePlacement)currentInternalValue!).WithFlagValue(
_flag
, (bool)newPublicValue!);