Home
last modified time | relevance | path

Searched refs:IRuntimeMethodCommon (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/
H A DIRuntimeMethodCommon.cs23 …internal interface IRuntimeMethodCommon<TRuntimeMethodCommon> where TRuntimeMethodCommon : IRuntim…
H A DRuntimeMethodHelpers.cs32 …where TRuntimeMethodCommon : IRuntimeMethodCommon<TRuntimeMethodCommon>, IEquatable<TRuntimeMethod… field in System.Reflection.Runtime.MethodInfos.RuntimeMethodHelpers
61 …where TRuntimeMethodCommon : IRuntimeMethodCommon<TRuntimeMethodCommon>, IEquatable<TRuntimeMethod… field in System.Reflection.Runtime.MethodInfos.RuntimeMethodHelpers
H A DRuntimePlainConstructorInfo.cs23 …thodCommon> : RuntimeConstructorInfo where TRuntimeMethodCommon : IRuntimeMethodCommon<TRuntimeMet…
H A DRuntimeNamedMethodInfo.cs32 …where TRuntimeMethodCommon : IRuntimeMethodCommon<TRuntimeMethodCommon>, IEquatable<TRuntimeMethod…
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/NativeFormat/
H A DNativeFormatMethodCommon.cs25 …internal struct NativeFormatMethodCommon : IRuntimeMethodCommon<NativeFormatMethodCommon>, IEquata…
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/EcmaFormat/
H A DEcmaFormatMethodCommon.cs32 …internal struct EcmaFormatMethodCommon : IRuntimeMethodCommon<EcmaFormatMethodCommon>, IEquatable<…
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/
H A DSystem.Private.Reflection.Core.csproj146 <Compile Include="System\Reflection\Runtime\MethodInfos\IRuntimeMethodCommon.cs" />