1 write to _preamble
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
422_preamble = channel.CreatePreamble();
2 references to _preamble
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
433return _channel.SendPreamble(connection, _preamble, ref timeoutHelper); 438return _channel.SendPreambleAsync(connection, _preamble, timeoutHelper.RemainingTime());