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