2 writes to _bodyAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1478_bodyAttributes = XmlAttributeHolder.ReadAttributes(reader, ref maxSizeOfAttributes); 1480_bodyAttributes = null;
2 references to _bodyAttributes
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1732if (_bodyAttributes != null) 1733return XmlAttributeHolder.GetAttribute(_bodyAttributes, localName, ns);