1 write to Source
System.Runtime.Remoting (1)
channels\core\streamhelper.cs (1)
95streamState.Source = source;
4 references to Source
System.Runtime.Remoting (4)
channels\core\streamhelper.cs (4)
138streamState.Source.BeginRead(buffer, 0, buffer.Length, _asyncCopyStreamReadCallback, streamState); 143int bytesRead = streamState.Source.Read(buffer, 0, buffer.Length); 187Stream source = state.Source; 253Source.Close();