3 overrides of OnGetBodyAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1701protected override string OnGetBodyAttribute(string localName, string ns)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1396protected override string OnGetBodyAttribute(string localName, string ns) 1730protected override string OnGetBodyAttribute(string localName, string ns)
1 reference to OnGetBodyAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
533return OnGetBodyAttribute(localName, ns);