2 implementations of IRuntimeFieldInfo
System.Private.CoreLib (2)
src\System\Reflection\RtFieldInfo.cs (1)
12
internal sealed class RtFieldInfo : RuntimeFieldInfo,
IRuntimeFieldInfo
src\System\RuntimeHandles.cs (1)
1392
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)
1412
RuntimeFieldHandleInternal
IRuntimeFieldInfo
.Value => m_fieldHandle;
1432
private readonly
IRuntimeFieldInfo
m_ptr;
1434
internal RuntimeFieldHandle(
IRuntimeFieldInfo
fieldInfo)
1439
internal
IRuntimeFieldInfo
GetRuntimeFieldInfo()
1494
internal static string GetName(
IRuntimeFieldInfo
field)
1532
internal static RuntimeType GetApproxDeclaringType(
IRuntimeFieldInfo
field)
1951
IRuntimeFieldInfo
? field = null;
2075
public Signature(
IRuntimeFieldInfo
fieldHandle, RuntimeType declaringType)
src\System\RuntimeType.CoreCLR.cs (2)
1940
internal static FieldInfo GetFieldInfo(
IRuntimeFieldInfo
fieldHandle)
1945
internal static FieldInfo GetFieldInfo(RuntimeType? reflectedType,
IRuntimeFieldInfo
field)