4 instantiations of RuntimeFieldHandle
mscorlib (4)
system\reflection\fieldinfo.cs (1)
790
return new
RuntimeFieldHandle
(this);
system\runtimehandles.cs (3)
1607
return new
RuntimeFieldHandle
(field);
2007
public RuntimeFieldHandle ResolveFieldHandle(int fieldToken) { return new
RuntimeFieldHandle
(ResolveFieldHandleInternal(GetRuntimeModule(), fieldToken, null, null)); }
2009
{ return new
RuntimeFieldHandle
(ResolveFieldHandleInternal(GetRuntimeModule(), fieldToken, typeInstantiationContext, methodInstantiationContext)); }
62 references to RuntimeFieldHandle
mscorlib (60)
system\reflection\cominterfaces.cs (1)
507
RuntimeFieldHandle
FieldHandle { get; }
system\reflection\customattribute.cs (1)
1812
RuntimeFieldHandle
.CheckAttributeAccess(field.FieldHandle, decoratedModule.GetNativeHandle());
system\reflection\emit\dynamicilgenerator.cs (8)
951
if (handle is
RuntimeFieldHandle
)
953
fieldHandle = ((
RuntimeFieldHandle
)handle).Value;
1154
public int GetTokenFor(
RuntimeFieldHandle
field)
1158
public int GetTokenFor(
RuntimeFieldHandle
field, RuntimeTypeHandle contextType)
1260
public int GetTokenFor(
RuntimeFieldHandle
field)
1265
public int GetTokenFor(
RuntimeFieldHandle
field, RuntimeTypeHandle typeContext)
1302
internal
RuntimeFieldHandle
m_fieldHandle;
1305
internal GenericFieldInfo(
RuntimeFieldHandle
fieldHandle, RuntimeTypeHandle context)
system\reflection\emit\fieldbuilder.cs (1)
147
public override
RuntimeFieldHandle
FieldHandle
system\reflection\emit\xxxontypebuilderinstantiation.cs (1)
283
public override
RuntimeFieldHandle
FieldHandle
system\reflection\fieldinfo.cs (17)
38
public static FieldInfo GetFieldFromHandle(
RuntimeFieldHandle
handle)
55
public static FieldInfo GetFieldFromHandle(
RuntimeFieldHandle
handle, RuntimeTypeHandle declaringType)
126
public abstract
RuntimeFieldHandle
FieldHandle { get; }
497
m_fieldAttributes =
RuntimeFieldHandle
.GetAttributes(handle);
592
RuntimeFieldHandle
.SetValue(this, obj, value, fieldType, m_fieldAttributes, null, ref domainInitialized);
597
RuntimeFieldHandle
.SetValue(this, obj, value, fieldType, m_fieldAttributes, declaringType, ref domainInitialized);
620
RuntimeFieldHandle
.SetValue(this, obj, value, fieldType, m_fieldAttributes, null, ref domainInitialized);
625
RuntimeFieldHandle
.SetValue(this, obj, value, fieldType, m_fieldAttributes, declaringType, ref domainInitialized);
685
return
RuntimeFieldHandle
.GetValue(this, obj, fieldType, null, ref domainInitialized);
690
object retVal =
RuntimeFieldHandle
.GetValue(this, obj, fieldType, declaringType, ref domainInitialized);
705
m_name =
RuntimeFieldHandle
.GetName(this);
722
get { return
RuntimeFieldHandle
.GetToken(this); }
728
return RuntimeTypeHandle.GetModule(
RuntimeFieldHandle
.GetApproxDeclaringType(this));
754
return
RuntimeFieldHandle
.GetValueDirect(this, (RuntimeType)FieldType, &obj, (RuntimeType)DeclaringType);
779
RuntimeFieldHandle
.SetValueDirect(this, (RuntimeType)FieldType, &obj, value, (RuntimeType)DeclaringType);
783
public override
RuntimeFieldHandle
FieldHandle
888
public override
RuntimeFieldHandle
FieldHandle { get { throw new NotSupportedException(); } }
system\reflection\module.cs (1)
810
RuntimeType declaringType =
RuntimeFieldHandle
.GetApproxDeclaringType(fieldHandle.Value);
system\rttype.cs (12)
358
FieldAttributes fieldAttributes =
RuntimeFieldHandle
.GetAttributes(field);
361
RuntimeType approxDeclaringType =
RuntimeFieldHandle
.GetApproxDeclaringType(field);
362
bool isInherited =
RuntimeFieldHandle
.AcquiresContextFromThis(field) ?
941
if (!
RuntimeFieldHandle
.MatchesNameHash(runtimeFieldHandle, filter.GetHashToMatch()))
943
Contract.Assert(!filter.Match(
RuntimeFieldHandle
.GetUtf8Name(runtimeFieldHandle)));
947
if (!filter.Match(
RuntimeFieldHandle
.GetUtf8Name(runtimeFieldHandle)))
953
FieldAttributes fieldAttributes =
RuntimeFieldHandle
.GetAttributes(runtimeFieldHandle);
970
runtimeFieldHandle =
RuntimeFieldHandle
.GetStaticFieldForGenericType(runtimeFieldHandle, declaringType);
2148
return GetFieldInfo(
RuntimeFieldHandle
.GetApproxDeclaringType(fieldHandle), fieldHandle);
2159
reflectedType =
RuntimeFieldHandle
.GetApproxDeclaringType(fieldHandle);
2163
RuntimeType declaredType =
RuntimeFieldHandle
.GetApproxDeclaringType(fieldHandle);
2166
if (!
RuntimeFieldHandle
.AcquiresContextFromThis(fieldHandle) ||
system\runtime\compilerservices\runtimehelpers.cs (1)
32
public static extern void InitializeArray(Array array,
RuntimeFieldHandle
fldHandle);
system\runtime\serialization\serializationfieldinfo.cs (1)
130
public override
RuntimeFieldHandle
FieldHandle {
system\runtimehandles.cs (16)
1601
internal
RuntimeFieldHandle
GetNativeHandle()
1650
if (!(obj is
RuntimeFieldHandle
))
1653
RuntimeFieldHandle
handle = (
RuntimeFieldHandle
)obj;
1660
public unsafe bool Equals(
RuntimeFieldHandle
handle)
1665
public static bool operator ==(
RuntimeFieldHandle
left,
RuntimeFieldHandle
right)
1670
public static bool operator !=(
RuntimeFieldHandle
left,
RuntimeFieldHandle
right)
1751
private static extern bool IsSecurityCritical(
RuntimeFieldHandle
fieldHandle);
1764
private static extern bool IsSecuritySafeCritical(
RuntimeFieldHandle
fieldHandle);
1777
private static extern bool IsSecurityTransparent(
RuntimeFieldHandle
fieldHandle);
1789
internal static extern void CheckAttributeAccess(
RuntimeFieldHandle
fieldHandle, RuntimeModule decoratedTarget);
2006
public
RuntimeFieldHandle
GetRuntimeFieldHandleFromMetadataToken(int fieldToken) { return ResolveFieldHandle(fieldToken); }
2007
public
RuntimeFieldHandle
ResolveFieldHandle(int fieldToken) { return new RuntimeFieldHandle(ResolveFieldHandleInternal(GetRuntimeModule(), fieldToken, null, null)); }
2008
public
RuntimeFieldHandle
ResolveFieldHandle(int fieldToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
44
public override
RuntimeFieldHandle
FieldHandle
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
894
public override
RuntimeFieldHandle
FieldHandle