1 write to _bodyPartsTable
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
45
_bodyPartsTable
= new Dictionary<WsdlNS.Message, IList<string>>();
2 references to _bodyPartsTable
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
44
if (
_bodyPartsTable
== null)
46
return
_bodyPartsTable
;