1 write to _data
Microsoft.AspNetCore.Antiforgery (1)
Internal\BinaryBlob.cs (1)
35
_data
= data;
11 references to _data
Microsoft.AspNetCore.Antiforgery (11)
Internal\BinaryBlob.cs (11)
38
internal int Length =>
_data
.Length;
44
return checked(
_data
.Length * 8);
48
private string DebuggerString => $"0x{Convert.ToHexStringLower(
_data
)}";
62
Debug.Assert(
_data
.Length == other.
_data
.Length);
63
return AreByteArraysEqual(
_data
, other.
_data
);
68
return
_data
;
75
Debug.Assert(
_data
!= null &&
_data
.Length >= (32 / 8));
76
return BitConverter.ToInt32(
_data
, 0);