1 instantiation of PreReadConnection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
94result = new PreReadConnection(result, _buffer, _offset, _size);
2 references to PreReadConnection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
87PreReadConnection preReadConnection = result as PreReadConnection;