17 references to EmptyTypes
ILCompiler.Compiler (5)
parent\parent\Common\TypeSystem\IL\Stubs\AssemblyGetExecutingAssemblyMethodThunk.cs (1)
26context.SystemModule.GetKnownType("System.Reflection"u8, "Assembly"u8), TypeDesc.EmptyTypes);
parent\parent\Common\TypeSystem\IL\Stubs\MethodBaseGetCurrentMethodThunk.cs (1)
26Context.SystemModule.GetKnownType("System.Reflection"u8, "MethodBase"u8), TypeDesc.EmptyTypes);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (3)
1897ManagedType.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)); 1958new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.IntPtr), TypeDesc.EmptyTypes)))); 1967new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes))));
ILCompiler.ReadyToRun (3)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (3)
1897ManagedType.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)); 1958new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.IntPtr), TypeDesc.EmptyTypes)))); 1967new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes))));
ILCompiler.TypeSystem (9)
parent\parent\Common\TypeSystem\Common\GenericParameterDesc.cs (1)
124return EmptyTypes;
parent\parent\Common\TypeSystem\Common\Instantiation.cs (1)
53public static readonly Instantiation Empty = new Instantiation(TypeDesc.EmptyTypes);
parent\parent\Common\TypeSystem\Common\TypeSystemHelpers.cs (1)
89var sig = new MethodSignature(0, 0, type.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes);
parent\parent\Common\TypeSystem\Common\TypeWithRepeatedFields.cs (1)
88public override IEnumerable<MetadataType> GetNestedTypes() => (IEnumerable<MetadataType>)EmptyTypes;
parent\parent\Common\TypeSystem\Ecma\EcmaGenericParameter.cs (1)
132return EmptyTypes;
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
439_genericParameters = TypeDesc.EmptyTypes;
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (2)
443parameters = TypeDesc.EmptyTypes; 491parameters = TypeDesc.EmptyTypes;
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
99_genericParameters = EmptyTypes;