Base:
property
TypeHandle
System.Type.TypeHandle
1 override of TypeHandle
mscorlib (1)
system\rttype.cs (1)
5831
public override RuntimeTypeHandle
TypeHandle
11 references to TypeHandle
mscorlib (11)
system\array.cs (5)
86
return InternalCreate((void*)t.
TypeHandle
.Value,1,&length,null);
107
return InternalCreate((void*)t.
TypeHandle
.Value,2,pLengths,null);
134
return InternalCreate((void*)t.
TypeHandle
.Value,3,pLengths,null);
163
return InternalCreate((void*)t.
TypeHandle
.Value,lengths.Length,pLengths,null);
222
return InternalCreate((void*)t.
TypeHandle
.Value,lengths.Length,pLengths,pLowerBounds);
system\reflection\ConstructorInfo.cs (1)
709
RuntimeTypeHandle declaringTypeHandle = m_declaringType.
TypeHandle
;
system\reflection\customattribute.cs (1)
1973
return RuntimeMethodHandle.IsCAVisibleFromDecoratedType(attributeType.
TypeHandle
, ctor, parentTypeHandle, decoratedModule);
system\reflection\emit\dynamicilgenerator.cs (4)
564
return m_scope.GetTokenFor(rtType.
TypeHandle
);
595
return m_scope.GetTokenFor(runtimeField.FieldHandle, rtType.
TypeHandle
);
621
return m_scope.GetTokenFor(rtMeth.MethodHandle, rtType.
TypeHandle
);
647
return m_scope.GetTokenFor(rtMeth.MethodHandle, rtType.
TypeHandle
);