1 instantiation of OperationInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
411
operationInfo = new
OperationInfo
(style, isEncoded, areAllMessagesWrapped);
6 references to OperationInfo
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (6)
178
OperationInfo
[] infos = new
OperationInfo
[_contractContext.Contract.Operations.Count];
182
OperationInfo
operationInfo;
203
private bool CanImportOperation(OperationDescription operation, out
OperationInfo
operationInfo)
243
private void ImportOperationContract(OperationDescription operation,
OperationInfo
operationInfo)
288
out
OperationInfo
operationInfo)