8 references to Properties
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (6)
433
if (messageDescription.
Properties
.Count > 0)
442
MessagePropertyDescriptionCollection propertyDescriptions = messageDescription.
Properties
;
454
if (messageDescription.
Properties
.Count > 0)
463
MessagePropertyDescriptionCollection propertyDescriptions = messageDescription.
Properties
;
582
_members = new MemberInfo[description.Body.Parts.Count + description.
Properties
.Count + description.Headers.Count];
587
foreach (MessagePartDescription part in description.
Properties
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
259
if (requestMessage.
Properties
.Count > 0)
267
if (responseMessage.
Properties
.Count > 0)