2 implementations of IRuntimeFieldInfo
System.Private.CoreLib (2)
src\System\Reflection\RtFieldInfo.cs (1)
12
internal sealed unsafe class RtFieldInfo : RuntimeFieldInfo,
IRuntimeFieldInfo
src\System\RuntimeHandles.cs (1)
1367
internal sealed class RuntimeFieldInfoStub :
IRuntimeFieldInfo
14 references to IRuntimeFieldInfo
System.Private.CoreLib (14)
src\System\Reflection\RtFieldInfo.cs (1)
46
RuntimeFieldHandleInternal
IRuntimeFieldInfo
.Value => new RuntimeFieldHandleInternal(m_fieldHandle);
src\System\Reflection\RuntimeModule.cs (1)
196
IRuntimeFieldInfo
fieldHandle = moduleHandle.ResolveFieldHandle(metadataToken, typeArgs, methodArgs).GetRuntimeFieldInfo();
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
26
IRuntimeFieldInfo
fldInfo = fldHandle.GetRuntimeFieldInfo();
96
IRuntimeFieldInfo
fldInfo = fldHandle.GetRuntimeFieldInfo();
src\System\RuntimeHandles.cs (8)
1387
RuntimeFieldHandleInternal
IRuntimeFieldInfo
.Value => m_fieldHandle;
1397
private readonly
IRuntimeFieldInfo
m_ptr;
1399
internal RuntimeFieldHandle(
IRuntimeFieldInfo
fieldInfo)
1404
internal
IRuntimeFieldInfo
GetRuntimeFieldInfo()
1459
internal static string GetName(
IRuntimeFieldInfo
field)
1497
internal static RuntimeType GetApproxDeclaringType(
IRuntimeFieldInfo
field)
1888
IRuntimeFieldInfo
? field = null;
2012
public Signature(
IRuntimeFieldInfo
fieldHandle, RuntimeType declaringType)
src\System\RuntimeType.CoreCLR.cs (2)
1959
internal static FieldInfo GetFieldInfo(
IRuntimeFieldInfo
fieldHandle)
1964
internal static FieldInfo GetFieldInfo(RuntimeType? reflectedType,
IRuntimeFieldInfo
field)