1 write to _firstSubstDataSize
System.Web (1)
HttpWriter.cs (1)
582
_firstSubstDataSize
= numBytes;
5 references to _firstSubstDataSize
System.Web (5)
HttpWriter.cs (5)
609
return
_firstSubstDataSize
;
621
if (
_firstSubstDataSize
> 0) {
622
byte[] data = new byte[
_firstSubstDataSize
];
623
Misc.CopyMemory(_firstSubstData, 0, data, 0,
_firstSubstDataSize
);
644
iis7WorkerRequest.SendResponseFromIISAllocatedRequestMemory(_firstSubstData,
_firstSubstDataSize
);