1 instantiation of ExportedDelegate
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
57
return new
ExportedDelegate
(instance, method);
2 references to ExportedDelegate
System.ComponentModel.Composition (2)
Microsoft\Internal\ContractServices.cs (1)
27
if (value is
ExportedDelegate
exportedDelegate)
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
55
private static
ExportedDelegate
SafeCreateExportedDelegate(object? instance, MethodInfo method)