4 references to InstantiateIfPossible
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunLibraryRootProvider.cs (1)
34typeWithMethods = InstantiateIfPossible(type);
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
34typeWithMethods = ReadyToRunLibraryRootProvider.InstantiateIfPossible(type);
Compiler\ReadyToRunXmlRootProvider.cs (2)
116typeWithMethods = ReadyToRunLibraryRootProvider.InstantiateIfPossible(typeWithMethods); 197InstantiatedType instantiated = ReadyToRunLibraryRootProvider.InstantiateIfPossible(typeWithMethods);