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); 98for (int i = 0; i < _properties.Length; i++) 100IDisposable disposable = _properties[i].Value as IDisposable; 124msg.Properties.CopyProperties(_properties);