5 references to EmptyMethods
ILCompiler.TypeSystem (5)
parent\parent\Common\TypeSystem\Common\ArrayType.cs (1)
125
return MethodDesc.
EmptyMethods
;
parent\parent\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (2)
46
private MethodDesc[] _members = MethodDesc.
EmptyMethods
;
49
private MethodDesc[] _methodsRequiringSlotUnification = MethodDesc.
EmptyMethods
;
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
506
return MethodDesc.
EmptyMethods
;
parent\parent\Common\TypeSystem\Common\TypeWithRepeatedFields.cs (1)
126
public override IEnumerable<MethodDesc> GetMethods() => MethodDesc.
EmptyMethods
;