1 write to operationGenerator
System.ServiceModel (1)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
28this.operationGenerator = new OperationGenerator();
2 references to operationGenerator
System.ServiceModel (2)
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (2)
46get { return this.operationGenerator; } 80operationGenerator.GenerateOperation(context, ref style, false/*isEncoded*/, new WrappedBodyTypeGenerator(this, context), knownTypes);