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