5 references to OperationMethod
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
282
MethodInfo opMethod = operationDescription.
OperationMethod
;
408
MethodInfo opMethod = opDesc.
OperationMethod
;
880
string method1Name = existingOp.
OperationMethod
.Name;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
200
return TypeLoader.GetFormattingAttribute(operation.
OperationMethod
, contractFormatAttribute) as XmlSerializerFormatAttribute;
259
MethodInfo methodInfo = operation.
OperationMethod
;