2 writes to _handle
mscorlib (2)
system\runtimehandles.cs (2)
331
_handle
= RuntimeTypeHandle.GetFirstIntroducedMethod(type);
344
RuntimeTypeHandle.GetNextIntroducedMethod(ref
_handle
);
3 references to _handle
mscorlib (3)
system\runtimehandles.cs (3)
342
else if (
_handle
.Value != IntPtr.Zero)
346
return !(
_handle
.Value == IntPtr.Zero);
352
return
_handle
;