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