1 instantiation of OperationInfo
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
374this.operations.Add(new OperationInfo(method,
4 references to OperationInfo
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (1)
48foreach (OperationInfo opInfo in contractInfo.Operations)
System\ServiceModel\ComIntegration\ServiceInfo.cs (3)
349List<OperationInfo> operations; 368this.operations = new List<OperationInfo>(); 394public List<OperationInfo> Operations