1 write to _knownTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
59
_knownTypes
= new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>();
5 references to _knownTypes
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (5)
58
if (
_knownTypes
== null)
60
return
_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))