1 write to _bytes
Microsoft.AspNetCore.Identity (1)
Passkeys\BufferSource.cs (1)
46_bytes = buffer;
8 references to _bytes
Microsoft.AspNetCore.Identity (8)
Passkeys\BufferSource.cs (8)
27public int Length => _bytes.Length; 53=> _bytes; 59=> _bytes.Span; 65=> _bytes.ToArray(); 77return other is not null && _bytes.Span.SequenceEqual(other._bytes.Span); 86=> _bytes.GetHashCode(); 117var span = _bytes.Span;