1 write to KnownTypes
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
129
this.
KnownTypes
= knownTypes;
4 references to KnownTypes
System.ServiceModel (4)
System\ServiceModel\Description\OperationGenerator.cs (4)
625
if (this.
KnownTypes
!= null && this.
KnownTypes
.TryGetValue(part, out knownTypesForPart))
634
if (this.
KnownTypes
!= null)
635
this.
KnownTypes
.Add(wrapperPart, wrapperKnownTypes);