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