1 write to callbackiface
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
709reflectionInfo.callbackiface = callbackType;
4 references to callbackiface
System.ServiceModel (4)
System\ServiceModel\Description\TypeLoader.cs (4)
284Type targetInterface = implIsCallback ? reflectionInfo.callbackiface : reflectionInfo.iface; 360if (reflectionInfo.callbackiface != null) 362customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.callbackiface, typeof(ServiceKnownTypeAttribute), false); 363knownTypes = GetKnownTypes(customAttributes, reflectionInfo.callbackiface);