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)
1732
if (
_bodyAttributes
!= null)
1733
return XmlAttributeHolder.GetAttribute(
_bodyAttributes
, localName, ns);