1 implementation of IRuntimeMethodCommon
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
24
internal struct NativeFormatMethodCommon :
IRuntimeMethodCommon
<NativeFormatMethodCommon>, IEquatable<NativeFormatMethodCommon>
5 references to IRuntimeMethodCommon
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\IRuntimeMethodCommon.cs (1)
22
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)
20
internal sealed partial class RuntimePlainConstructorInfo<TRuntimeMethodCommon> : RuntimeConstructorInfo where TRuntimeMethodCommon :
IRuntimeMethodCommon
<TRuntimeMethodCommon>, IEquatable<TRuntimeMethodCommon>