1 write to iface
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
770reflectionInfo.iface = contractType;
8 references to iface
System.ServiceModel.Primitives (8)
System\ServiceModel\Description\TypeLoader.cs (8)
214ServiceContractAttribute contractAttr = ServiceReflector.GetRequiredSingleAttribute<ServiceContractAttribute>(reflectionInfo.iface); 273Type targetInterface = implIsCallback ? reflectionInfo.callbackiface : reflectionInfo.iface; 330object[] customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.iface, typeof(ServiceKnownTypeAttribute), false); 331IEnumerable<Type> knownTypes = GetKnownTypes(customAttributes, reflectionInfo.iface); 873methodInfo.Name, reflectionInfo.iface))); 895throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface))); 901throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface))); 907throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.CannotHaveTwoOperationsWithTheSameName3, method1Name, method2Name, reflectionInfo.iface)));