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)
172if (_byteBuffer == null || byteCount > _byteBuffer.Length) 177int length = Encoding.Unicode.GetBytes(path, 0, path.Length, _byteBuffer, 0); 178sha256.AppendData(_byteBuffer, 0, length); 181Debug.Assert(_byteBuffer.Length > sizeof(long)); 184fixed (byte* b = _byteBuffer) 189sha256.AppendData(_byteBuffer, 0, sizeof(long));