1 write to iface
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
708reflectionInfo.iface = contractType;
8 references to iface
System.ServiceModel (8)
System\ServiceModel\Description\TypeLoader.cs (8)
214ServiceContractAttribute contractAttr = ServiceReflector.GetRequiredSingleAttribute<ServiceContractAttribute>(reflectionInfo.iface); 284Type targetInterface = implIsCallback ? reflectionInfo.callbackiface : reflectionInfo.iface; 349object[] customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.iface, typeof(ServiceKnownTypeAttribute), false); 350IEnumerable<Type> knownTypes = GetKnownTypes(customAttributes, reflectionInfo.iface); 811methodInfo.Name, reflectionInfo.iface))); 833throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface))); 839throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface))); 845throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface)));