1 write to callbackiface
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
771reflectionInfo.callbackiface = callbackType;
4 references to callbackiface
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\TypeLoader.cs (4)
273Type targetInterface = implIsCallback ? reflectionInfo.callbackiface : reflectionInfo.iface; 343if (reflectionInfo.callbackiface != null) 345customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.callbackiface, typeof(ServiceKnownTypeAttribute), false); 346knownTypes = GetKnownTypes(customAttributes, reflectionInfo.callbackiface);