3 writes to m_serializedMethodInfo
mscorlib (3)
system\security\securityexception.cs (3)
246m_serializedMethodInfo = (byte[])info.GetValueNoThrow(MethodName_Serialized, typeof(byte[])); 261m_serializedMethodInfo = null; 515m_serializedMethodInfo = ObjectToByteArray(m);
2 references to m_serializedMethodInfo
mscorlib (2)
system\security\securityexception.cs (2)
499return (MethodInfo)ByteArrayToObject(m_serializedMethodInfo); 653info.AddValue(MethodName_Serialized, m_serializedMethodInfo, typeof(byte[]));