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