8 references to s_bodyTagBytes
Microsoft.DotNet.HotReload.Web.Middleware.Package (8)
ScriptInjectingStream.cs (8)
134
writer.Write(
s_bodyTagBytes
[.._partialBodyTagLength]);
142
Debug.Assert(_partialBodyTagLength <=
s_bodyTagBytes
.Length);
144
if (_partialBodyTagLength ==
s_bodyTagBytes
.Length)
150
writer.Write(
s_bodyTagBytes
);
167
var index = buffer.Span.LastIndexOf(
s_bodyTagBytes
.Span);
210
var remainingBodyTagBytes =
s_bodyTagBytes
.Span[currentBodyTagLength..];
247
return buffer[^partialTagLength..].SequenceEqual(
s_bodyTagBytes
.Span[..partialTagLength])
292
await _baseStream.WriteAsync(
s_bodyTagBytes
[.._partialBodyTagLength]);