Home
last modified time | relevance | path

Searched defs:owningType (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/tests/ILCompiler.Compiler.Tests.Assets/
H A DDependencyGraph.cs49 public GeneratesMethodBodyAttribute(Type owningType, string methodName) { } in GeneratesMethodBodyAttribute()
57 public NoMethodBodyAttribute(Type owningType, string methodName) { } in NoMethodBodyAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/Stubs/
H A DEnumThunks.cs21 public EnumGetHashCodeThunk(TypeDesc owningType) in EnumGetHashCodeThunk()
104 public EnumEqualsThunk(TypeDesc owningType) in EnumEqualsThunk()
H A DForwardDelegateCreationThunk.cs24 …public ForwardDelegateCreationThunk(MetadataType delegateType, TypeDesc owningType, InteropStateMa… in ForwardDelegateCreationThunk()
H A DPInvokeLazyFixupField.cs21 public PInvokeLazyFixupField(DefType owningType, MethodDesc targetMethod) in PInvokeLazyFixupField()
H A DAssemblyGetExecutingAssemblyMethodThunk.cs16 …public AssemblyGetExecutingAssemblyMethodThunk(TypeDesc owningType, IAssemblyDesc executingAssembl… in AssemblyGetExecutingAssemblyMethodThunk()
H A DDelegateMarshallingMethodThunk.cs54 public DelegateMarshallingMethodThunk(MetadataType delegateType, TypeDesc owningType, in DelegateMarshallingMethodThunk()
H A DStructMarshallingThunk.cs42 …public StructMarshallingThunk(TypeDesc owningType, MetadataType managedType, StructMarshallingThun… in StructMarshallingThunk()
H A DTypeGetTypeMethodThunk.cs20 …public TypeGetTypeMethodThunk(TypeDesc owningType, MethodSignature signature, MethodDesc helperMet… in TypeGetTypeMethodThunk()
H A DDynamicInvokeMethodThunk.cs29 public DynamicInvokeMethodThunk(TypeDesc owningType, DynamicInvokeMethodSignature signature) in DynamicInvokeMethodThunk()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/IL/Stubs/StartupCode/
H A DStartupCodeMainMethod.cs26 …public StartupCodeMainMethod(TypeDesc owningType, MethodDesc mainMethod, IList<MethodDesc> library… in StartupCodeMainMethod()
176 public MainMethodWrapper(TypeDesc owningType, MethodDesc mainMethod) in MainMethodWrapper()
H A DNativeLibraryStartupMethod.cs22 … public NativeLibraryStartupMethod(TypeDesc owningType, IList<MethodDesc> libraryInitializers) in NativeLibraryStartupMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DThrowHelper.cs22 …public static void ThrowMissingMethodException(TypeDesc owningType, string methodName, MethodSigna… in ThrowMissingMethodException()
28 public static void ThrowMissingFieldException(TypeDesc owningType, string fieldName) in ThrowMissingFieldException()
H A DThrowHelper.Common.cs84 public static string Field(TypeDesc owningType, string fieldName) in Field()
94 … public static string Method(TypeDesc owningType, string methodName, MethodSignature signature) in Method()
H A DArrayType.cs184 internal ArrayMethod(ArrayType owningType, ArrayMethodKind kind) in ArrayMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/TypeSystem/
H A DThrowHelper.cs23 …public static void ThrowMissingMethodException(TypeDesc owningType, string methodName, MethodSigna… in ThrowMissingMethodException()
28 public static void ThrowMissingFieldException(TypeDesc owningType, string fieldName) in ThrowMissingFieldException()
H A DRuntimeMethodDesc.cs17 public RuntimeMethodDesc(bool unboxingStub, DefType owningType, in RuntimeMethodDesc()
H A DTypeSystemContext.Runtime.cs472 …internal MethodDesc ResolveRuntimeMethod(bool unboxingStub, DefType owningType, MethodNameAndSigna… in ResolveRuntimeMethod()
524 …public MethodDesc ResolveGenericMethodInstantiation(bool unboxingStub, DefType owningType, MethodN… in ResolveGenericMethodInstantiation()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DPInvokeDelegateWrapperConstructor.cs19 public PInvokeDelegateWrapperConstructor(PInvokeDelegateWrapper owningType) in PInvokeDelegateWrapperConstructor()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DImportedGenericDictionaryNode.cs27 public ImportedTypeGenericDictionaryNode(NodeFactory factory, TypeDesc owningType) in ImportedTypeGenericDictionaryNode()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DVirtualMethodCallHelper.cs44 …private static int GetNumberOfBaseSlots(NodeFactory factory, TypeDesc owningType, bool countDictio… in GetNumberOfBaseSlots()
H A DCompilerTypeSystemContext.BoxedTypes.cs364 public BoxedValueField(BoxedValueType owningType) in BoxedValueField()
414 public GenericUnboxingThunk(BoxedValueType owningType, MethodDesc targetMethod) in GenericUnboxingThunk()
483 public UnboxingThunk(BoxedValueType owningType, MethodDesc targetMethod) in UnboxingThunk()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DNativeLayoutFieldDesc.cs20 … public NativeLayoutFieldDesc(DefType owningType, TypeDesc fieldType, FieldStorage fieldStorage) in NativeLayoutFieldDesc()
H A DNativeLayoutFieldAlgorithm.cs245 private static NativeLayoutFieldDesc[] ParseFieldLayout(DefType owningType, in ParseFieldLayout()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropStateManager.cs271 …ublic StructMarshallingThunkHashTable(InteropStateManager interopStateManager, TypeDesc owningType) in StructMarshallingThunkHashTable()
361 …blic DelegateMarshallingStubHashtable(InteropStateManager interopStateManager, TypeDesc owningType) in DelegateMarshallingStubHashtable()
398 … ForwardDelegateCreationStubHashtable(InteropStateManager interopStateManager, TypeDesc owningType) in ForwardDelegateCreationStubHashtable()
471 public PInvokeLazyFixupFieldHashtable(DefType owningType) in PInvokeLazyFixupFieldHashtable()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.TypeSystem/tests/
H A DSyntheticVirtualOverrideTests.cs165 public SyntheticMethod(TypeDesc owningType, string name, MethodSignature signature) in SyntheticMethod()

12