1 write to _dataContractSerializerOperationGenerator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1553
_dataContractSerializerOperationGenerator
= new DataContractSerializerOperationGenerator(DataContractImporter.CodeCompileUnit);
3 references to _dataContractSerializerOperationGenerator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
1673
_dataContractSerializerOperationGenerator
.Add(part, typeRef, knownTypeRefs, false/*IsNonNillableReferenceType*/);
1733
_dataContractSerializerOperationGenerator
.Add(part, typeRef, knownTypeRefs, !element.IsNillable && !IsValueType(typeName));
1854
return
_dataContractSerializerOperationGenerator
;