1 write to knownTypes
System.ServiceModel (1)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
59this.knownTypes = new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>();
5 references to knownTypes
System.ServiceModel (5)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (5)
58if (this.knownTypes == null) 60return this.knownTypes; 80operationGenerator.GenerateOperation(context, ref style, false/*isEncoded*/, new WrappedBodyTypeGenerator(this, context), knownTypes); 84if (knownTypes != null) 103if (knownTypes.TryGetValue(part, out knownTypesForPart))