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