14 references to Value
mscorlib (14)
system\diagnostics\stacktrace.cs (1)
292rgMethodHandle[i] = rgMethodBase[i].MethodHandle.Value;
system\reflection\emit\dynamicilgenerator.cs (5)
947methodHandle = ((RuntimeMethodHandle)handle).Value; 960methodHandle = dm.GetMethodDescriptor().Value; 967methodHandle = gmi.m_methodHandle.Value; 985methodHandle = vaMeth.m_method.MethodHandle.Value; 989methodHandle = vaMeth.m_dynamicMethod.GetMethodDescriptor().Value;
system\reflection\methodbase.cs (1)
139private IntPtr GetMethodDesc() { return MethodHandle.Value; }
system\runtime\remoting\stackbuildersink.cs (1)
523return _PrivateProcessMessage(md.Value, args, server, out outArgs);
system\runtimehandles.cs (6)
1044return rmh.Value; 1095return ValueType.GetHashCodeOfPtr(Value); 1107return handle.Value == Value; 1124return handle.Value == Value;