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