1 write to _data
Microsoft.AspNetCore.Antiforgery (1)
Internal\BinaryBlob.cs (1)
35
_data
= data;
10 references to _data
Microsoft.AspNetCore.Antiforgery (10)
Internal\BinaryBlob.cs (10)
42
return checked(
_data
.Length * 8);
46
private string DebuggerString => $"0x{Convert.ToHexStringLower(
_data
)}";
60
Debug.Assert(
_data
.Length == other.
_data
.Length);
61
return AreByteArraysEqual(
_data
, other.
_data
);
66
return
_data
;
73
Debug.Assert(
_data
!= null &&
_data
.Length >= (32 / 8));
74
return BitConverter.ToInt32(
_data
, 0);