1 implementation of IRuntimeMethodCommon
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
23
internal struct NativeFormatMethodCommon :
IRuntimeMethodCommon
<NativeFormatMethodCommon>, IEquatable<NativeFormatMethodCommon>
6 references to IRuntimeMethodCommon
System.Private.CoreLib (6)
System\Reflection\Runtime\MethodInfos\IRuntimeMethodCommon.cs (1)
23
internal interface IRuntimeMethodCommon<TRuntimeMethodCommon> where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>
System\Reflection\Runtime\MethodInfos\RuntimeMethodHelpers.cs (2)
31
where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>
60
where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
30
where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
21
internal sealed partial class RuntimePlainConstructorInfo<TRuntimeMethodCommon> : RuntimeConstructorInfo where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (1)
137
where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>