5 writes to _partialBodyTagLength
Microsoft.AspNetCore.Watch.BrowserRefresh (5)
ScriptInjectingStream.cs (5)
128_partialBodyTagLength = 0; 133_partialBodyTagLength += restPartialTagLength; 145_partialBodyTagLength = 0; 182_partialBodyTagLength = partialBodyTagLength; 286_partialBodyTagLength = 0;
8 references to _partialBodyTagLength
Microsoft.AspNetCore.Watch.BrowserRefresh (8)
ScriptInjectingStream.cs (8)
115if (_partialBodyTagLength != 0) 121var restPartialTagLength = FindPartialTagLengthFromStart(currentBodyTagLength: _partialBodyTagLength, buffer.Span); 127writer.Write(s_bodyTagBytes[.._partialBodyTagLength]); 135Debug.Assert(_partialBodyTagLength <= s_bodyTagBytes.Length); 137if (_partialBodyTagLength == s_bodyTagBytes.Length) 158Debug.Assert(_partialBodyTagLength == 0); 280if (_partialBodyTagLength > 0) 285await _baseStream.WriteAsync(s_bodyTagBytes[.._partialBodyTagLength]);