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