The compiler currently generates Invalid dictionary entries for constrained calls. So if we have static abstract methods used in code that got MakeGenericType'd/MakeGenerciMethod'ed at runtime, we'll get a MissingRuntimeArtifactException even if the type loader template was available for such type. The workaround is RD.XML the specific instantiation.
We should add type loader support for this.
The compiler currently generates Invalid dictionary entries for constrained calls. So if we have static abstract methods used in code that got MakeGenericType'd/MakeGenerciMethod'ed at runtime, we'll get a MissingRuntimeArtifactException even if the type loader template was available for such type. The workaround is RD.XML the specific instantiation.
We should add type loader support for this.