1 write to callbackiface
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
758reflectionInfo.callbackiface = callbackType;
4 references to callbackiface
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
273Type targetInterface = implIsCallback ? reflectionInfo.callbackiface : reflectionInfo.iface; 341if (reflectionInfo.callbackiface != null) 343customAttributes = ServiceReflector.GetCustomAttributes(reflectionInfo.callbackiface, typeof(ServiceKnownTypeAttribute), false); 344knownTypes = GetKnownTypes(customAttributes, reflectionInfo.callbackiface);