9 instantiations of NativeFormatMethodCommon
System.Private.CoreLib (9)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (2)
44
return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new
NativeFormatMethodCommon
(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo));
50
runtimeNamedMethodInfo = RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new
NativeFormatMethodCommon
(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo), reflectedType);
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
82
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new
NativeFormatMethodCommon
(methodHandle, containingType, containingType), containingType);
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
64
return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new
NativeFormatMethodCommon
(methodHandle, attributeType, attributeType));
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
81
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new
NativeFormatMethodCommon
(methodSemantics.Method, _definingTypeInfo, ContextTypeInfo), ReflectedTypeInfo);
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
55
return new
NativeFormatMethodCommon
(MethodHandle, _definingTypeInfo, _definingTypeInfo);
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
174
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new
NativeFormatMethodCommon
(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (2)
37
yield return RuntimePlainConstructorInfo<NativeFormatMethodCommon>.GetRuntimePlainConstructorInfo(new
NativeFormatMethodCommon
(methodHandle, this, contextTypeInfo));
52
yield return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new
NativeFormatMethodCommon
(methodHandle, this, contextTypeInfo), reflectedType);
15 references to NativeFormatMethodCommon
System.Private.CoreLib (15)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (2)
44
return RuntimePlainConstructorInfo<
NativeFormatMethodCommon
>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo));
50
runtimeNamedMethodInfo = RuntimeNamedMethodInfo<
NativeFormatMethodCommon
>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(nativeFormatMethodHandle, definingTypeInfo, contextTypeInfo), reflectedType);
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
82
return RuntimeNamedMethodInfo<
NativeFormatMethodCommon
>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, containingType, containingType), containingType);
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
64
return RuntimePlainConstructorInfo<
NativeFormatMethodCommon
>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, attributeType, attributeType));
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
81
return RuntimeNamedMethodInfo<
NativeFormatMethodCommon
>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodSemantics.Method, _definingTypeInfo, ContextTypeInfo), ReflectedTypeInfo);
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (7)
24
internal struct NativeFormatMethodCommon : IRuntimeMethodCommon<
NativeFormatMethodCommon
>, IEquatable<
NativeFormatMethodCommon
>
51
public
NativeFormatMethodCommon
RuntimeMethodCommonOfUninstantiatedMethod
77
public RuntimeTypeInfo[] GetGenericTypeParametersWithSpecifiedOwningMethod(RuntimeNamedMethodInfo<
NativeFormatMethodCommon
> owningMethod)
234
public bool HasSameMetadataDefinitionAs(
NativeFormatMethodCommon
other)
249
if (!(obj is
NativeFormatMethodCommon
other))
254
public bool Equals(
NativeFormatMethodCommon
other)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
174
return RuntimeNamedMethodInfo<
NativeFormatMethodCommon
>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeTypeInfo.CoreGetDeclared.cs (2)
37
yield return RuntimePlainConstructorInfo<
NativeFormatMethodCommon
>.GetRuntimePlainConstructorInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo));
52
yield return RuntimeNamedMethodInfo<
NativeFormatMethodCommon
>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, this, contextTypeInfo), reflectedType);