1 write to m_value
System.Private.CoreLib (1)
src\System\RuntimeHandles.cs (1)
1015
m_value
= method;
6 references to m_value
System.Private.CoreLib (6)
src\System\RuntimeHandles.cs (6)
1020
return
m_value
;
1031
public IntPtr Value =>
m_value
!= null ?
m_value
.Value.Value : IntPtr.Zero;
1078
return
m_value
== null;
1086
IntPtr ptr = GetFunctionPointer(EnsureNonNullMethodInfo(
m_value
).Value);
1087
GC.KeepAlive(
m_value
);