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)
42return checked(_data.Length * 8); 46private string DebuggerString => $"0x{Convert.ToHexStringLower(_data)}"; 60Debug.Assert(_data.Length == other._data.Length); 61return AreByteArraysEqual(_data, other._data); 66return _data; 73Debug.Assert(_data != null && _data.Length >= (32 / 8)); 74return BitConverter.ToInt32(_data, 0);