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)
121
public override IEnumerable<MethodDesc>
ComputeAllVirtualSlots
(TypeDesc type)
1 reference to ComputeAllVirtualSlots
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\CompilerTypeSystemContext.Async.cs (1)
123
return WithAsyncVariants(_context, base.
ComputeAllVirtualSlots
(type));