2 writes to FinalBoundaryFound
Microsoft.AspNetCore.WebUtilities (2)
MultipartReaderStream.cs (2)
225
stream.
FinalBoundaryFound
= true;
311
stream.
FinalBoundaryFound
= true;
3 references to FinalBoundaryFound
Microsoft.AspNetCore.WebUtilities (3)
MultipartReader.cs (1)
92
if (_currentStream.
FinalBoundaryFound
)
MultipartReaderStream.cs (2)
227
Debug.Assert(stream.
FinalBoundaryFound
|| remainder.IsEmpty, "Un-expected data found on the boundary line: " + remainder.ToString());
313
Debug.Assert(stream.
FinalBoundaryFound
|| string.Equals(string.Empty, remainder, StringComparison.Ordinal), "Un-expected data found on the boundary line: " + remainder);