8 references to s_bodyTagBytes
Microsoft.AspNetCore.Watch.BrowserRefresh (8)
ScriptInjectingStream.cs (8)
127
writer.Write(
s_bodyTagBytes
[.._partialBodyTagLength]);
135
Debug.Assert(_partialBodyTagLength <=
s_bodyTagBytes
.Length);
137
if (_partialBodyTagLength ==
s_bodyTagBytes
.Length)
143
writer.Write(
s_bodyTagBytes
);
160
var index = buffer.Span.LastIndexOf(
s_bodyTagBytes
.Span);
203
var remainingBodyTagBytes =
s_bodyTagBytes
.Span[currentBodyTagLength..];
240
return buffer[^partialTagLength..].SequenceEqual(
s_bodyTagBytes
.Span[..partialTagLength])
285
await _baseStream.WriteAsync(
s_bodyTagBytes
[.._partialBodyTagLength]);