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);
457
MessageHeader<object>[] messageHeaderOfTAttributes = (MessageHeader<object>[])
_attributes
[headerDescription.Index];
471
matchingMessageHeaderOfTAttribute = (MessageHeader<object>)
_attributes
[headerDescription.Index];
481
if (
_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);
492
IList<MessageHeader<object>> messageHeaderOfTAttributes = (IList<MessageHeader<object>>)
_attributes
[headerDescription.Index];
505
MessageHeader<object> messageHeaderOfTAttribute = (MessageHeader<object>)
_attributes
[headerDescription.Index];