1 write to _byteBuffer
Microsoft.Extensions.FileProviders.Physical (1)
PollingWildCardChangeToken.cs (1)
174
_byteBuffer
= new byte[Math.Max(byteCount, 256)];
7 references to _byteBuffer
Microsoft.Extensions.FileProviders.Physical (7)
PollingWildCardChangeToken.cs (7)
172
if (
_byteBuffer
== null || byteCount >
_byteBuffer
.Length)
177
int length = Encoding.Unicode.GetBytes(path, 0, path.Length,
_byteBuffer
, 0);
178
sha256.AppendData(
_byteBuffer
, 0, length);
181
Debug.Assert(
_byteBuffer
.Length > sizeof(long));
184
fixed (byte* b =
_byteBuffer
)
189
sha256.AppendData(
_byteBuffer
, 0, sizeof(long));