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