21 references to RuntimeTypeHandle
mscorlib (21)
system\argiterator.cs (1)
129
return new
RuntimeTypeHandle
(Type.GetTypeFromHandleUnsafe((IntPtr)_GetNextArgType()));
system\rttype.cs (14)
1609
name = new
RuntimeTypeHandle
(m_runtimeType).ConstructName(formatFlags);
2747
IntPtr newgcHandle = new
RuntimeTypeHandle
(this).GetGCHandle(GCHandleType.WeakTrackResurrection);
3572
return new
RuntimeTypeHandle
(this);
3579
return new
RuntimeTypeHandle
(this);
4017
get { return new
RuntimeTypeHandle
(this).IsSecurityCritical(); }
4021
get { return new
RuntimeTypeHandle
(this).IsSecuritySafeCritical(); }
4025
get { return new
RuntimeTypeHandle
(this).IsSecurityTransparent(); }
4243
ret = new
RuntimeTypeHandle
(this).Instantiate(instantiationRuntimeType);
4272
return new
RuntimeTypeHandle
(this).GetGenericVariableIndex();
4306
Type[] constraints = new
RuntimeTypeHandle
(this).GetConstraints();
4317
public override Type MakePointerType() { return new
RuntimeTypeHandle
(this).MakePointer(); }
4318
public override Type MakeByRefType() { return new
RuntimeTypeHandle
(this).MakeByRef(); }
4319
public override Type MakeArrayType() { return new
RuntimeTypeHandle
(this).MakeSZArray(); }
4326
return new
RuntimeTypeHandle
(this).MakeArray(rank);
system\runtimehandles.cs (5)
39
return new
RuntimeTypeHandle
(type);
101
return new
RuntimeTypeHandle
(null);
481
return _IsVisible(new
RuntimeTypeHandle
(type));
1915
return new
RuntimeTypeHandle
(ResolveTypeHandleInternal(GetRuntimeModule(), typeToken, null, null));
1919
return new
RuntimeTypeHandle
(ModuleHandle.ResolveTypeHandleInternal(GetRuntimeModule(), typeToken, typeInstantiationContext, methodInstantiationContext));
system\type.cs (1)
350
return new
RuntimeTypeHandle
((RuntimeType)o.GetType());