2 writes to Name
Binding.UDS.IntegrationTests (1)
ServiceContract\IEchoService.cs (1)
18[OperationContract(Name = "Echo", Action = Constants.OPERATION_BASE + "Echo",
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\IWSTrustChannelContract.cs (1)
22[OperationContract(Name = "Issue", Action = "*", ReplyAction = "*")]
2 references to Name
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceReflector.cs (1)
854return NamingHelper.GetOperationName(GetLogicalName(method), operationAttribute.Name);
System\ServiceModel\Description\TypeLoader.cs (1)
880XmlName operationName = NamingHelper.GetOperationName(ServiceReflector.GetLogicalName(methodInfo, isAsync, isTask), opAttr.Name);