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)
1383
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)
1403
RuntimeFieldHandleInternal
IRuntimeFieldInfo
.Value => m_fieldHandle;
1423
private readonly
IRuntimeFieldInfo
m_ptr;
1425
internal RuntimeFieldHandle(
IRuntimeFieldInfo
fieldInfo)
1430
internal
IRuntimeFieldInfo
GetRuntimeFieldInfo()
1485
internal static string GetName(
IRuntimeFieldInfo
field)
1523
internal static RuntimeType GetApproxDeclaringType(
IRuntimeFieldInfo
field)
1942
IRuntimeFieldInfo
? field = null;
2066
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)