1 write to _version
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
64
_version
= message.Version;
2 references to _version
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (2)
73
if (
_version
== MessageVersion.None)
119
msg = Message.CreateMessage(_msgBuffer.GetReader(0), int.MaxValue,
_version
);