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