Base:
method
ComputeAllVirtualSlots
Internal.TypeSystem.MetadataVirtualMethodAlgorithm.ComputeAllVirtualSlots(Internal.TypeSystem.TypeDesc)
1 override of ComputeAllVirtualSlots
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (1)
121public override IEnumerable<MethodDesc> ComputeAllVirtualSlots(TypeDesc type)
1 reference to ComputeAllVirtualSlots
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (1)
123return WithAsyncVariants(_context, base.ComputeAllVirtualSlots(type));