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)
27
public int Length =>
_bytes
.Length;
53
=>
_bytes
;
59
=>
_bytes
.Span;
65
=>
_bytes
.ToArray();
77
return other is not null &&
_bytes
.Span.SequenceEqual(other.
_bytes
.Span);
86
=>
_bytes
.GetHashCode();
117
var span =
_bytes
.Span;