1 write to _attributes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
422_attributes = new object[parameterCount];
10 references to _attributes
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (10)
441_attributes[headerDescription.Index] = messageHeaderOfTAttributes; 447_attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 457MessageHeader<object>[] messageHeaderOfTAttributes = (MessageHeader<object>[])_attributes[headerDescription.Index]; 471matchingMessageHeaderOfTAttribute = (MessageHeader<object>)_attributes[headerDescription.Index]; 481if (_attributes[headerDescription.Index] == null) 482_attributes[headerDescription.Index] = new List<MessageHeader<object>>(); 483((List<MessageHeader<object>>)_attributes[headerDescription.Index]).Add(new MessageHeader<object>(null, mustUnderstand, actor, relay)); 486_attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 492IList<MessageHeader<object>> messageHeaderOfTAttributes = (IList<MessageHeader<object>>)_attributes[headerDescription.Index]; 505MessageHeader<object> messageHeaderOfTAttribute = (MessageHeader<object>)_attributes[headerDescription.Index];