1 write to _bitfield
Microsoft.AspNetCore.Shared.Tests (1)
Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs (1)
35
set => this.
_bitfield
= (uint)(value ? this._bitfield | 0x00000001 : (this._bitfield & unchecked((uint)~0x00000001)));
4 references to _bitfield
Microsoft.AspNetCore.Shared.Tests (4)
Windows.Win32.HTTP_PROPERTY_FLAGS.g.cs (4)
29
/// <summary>Gets or sets bit 0 in the <see cref="
_bitfield
" /> field.</summary>
33
readonly get => (this.
_bitfield
& 0x00000001) != 0;
35
set => this._bitfield = (uint)(value ? this.
_bitfield
| 0x00000001 : (this.
_bitfield
& unchecked((uint)~0x00000001)));