1 write to _properties
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
67
_properties
= new KeyValuePair<string, object>[message.Properties.Count];
4 references to _properties
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (4)
68
((ICollection<KeyValuePair<string, object>>)message.Properties).CopyTo(
_properties
, 0);
98
for (int i = 0; i <
_properties
.Length; i++)
100
IDisposable disposable =
_properties
[i].Value as IDisposable;
124
msg.Properties.CopyProperties(
_properties
);