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