2 instantiations of GenericsNotImplementedException
System.AddIn (2)
System\Addin\MiniReflection\TypeInfo.cs (2)
454
throw new
GenericsNotImplementedException
();
656
throw new
GenericsNotImplementedException
();
5 references to GenericsNotImplementedException
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (2)
1225
catch (
GenericsNotImplementedException
)
1329
catch (
GenericsNotImplementedException
)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
293
catch (
GenericsNotImplementedException
)
System\Addin\MiniReflection\TypeInfo.cs (2)
539
catch (
GenericsNotImplementedException
)
904
catch (
GenericsNotImplementedException
) // ignore interfaces such as IComparable<int> that aren't relevant to the addin model