Implemented interface member:
method
GetObject
Internal.TypeSystem.Ecma.IEcmaModule.GetObject(System.Reflection.Metadata.EntityHandle, Internal.TypeSystem.NotFoundBehavior)
2 references to GetObject
ILCompiler.ReadyToRun (2)
IL\ReadyToRunILProvider.cs (1)
379
return _mutableModule.
GetObject
(System.Reflection.Metadata.Ecma335.MetadataTokens.EntityHandle(token), notFoundBehavior);
TypeSystem\Mutable\MutableModule.cs (1)
409
TypeDesc type =
GetObject
(handle, NotFoundBehavior.Throw) as TypeDesc;