22 references to GetValueNoThrow
mscorlib (22)
system\delegateserializationholder.cs (1)
164
methods[i] = (MethodInfo)info.
GetValueNoThrow
(methodInfoName, typeof(MethodInfo));
system\exception.cs (3)
90
_data = (IDictionary)(info.
GetValueNoThrow
("Data",typeof(IDictionary)));
107
_watsonBuckets = (Object)info.
GetValueNoThrow
("WatsonBuckets", typeof(byte[]));
110
_safeSerializationManager = info.
GetValueNoThrow
("SafeSerializationManager", typeof(SafeSerializationManager)) as SafeSerializationManager;
system\reflection\memberinfoserializationholder.cs (2)
84
m_signature2 = (string)info.
GetValueNoThrow
("Signature2", typeof(string));
207
Type[] genericArguments = m_info.
GetValueNoThrow
("GenericArguments", typeof(Type[])) as Type[];
system\runtime\serialization\safeserializationmanager.cs (1)
297
RuntimeType realType = info.
GetValueNoThrow
(RealTypeSerializationName, typeof(RuntimeType)) as RuntimeType;
system\security\policy\hash.cs (4)
54
Dictionary<Type, byte[]> hashes = info.
GetValueNoThrow
("Hashes", typeof(Dictionary<Type, byte[]>)) as Dictionary<Type, byte[]>;
65
byte[] md5 = info.
GetValueNoThrow
("Md5", typeof(byte[])) as byte[];
71
byte[] sha1 = info.
GetValueNoThrow
("Sha1", typeof(byte[])) as byte[];
77
byte[] rawData = info.
GetValueNoThrow
("RawData", typeof(byte[])) as byte[];
system\security\securityexception.cs (10)
239
m_permissionThatFailed = (String)info.
GetValueNoThrow
(FirstPermissionThatFailedName, typeof(String));
240
m_demanded = (String)info.
GetValueNoThrow
(DemandedName, typeof(String));
241
m_granted = (String)info.
GetValueNoThrow
(GrantedSetName, typeof(String));
242
m_refused = (String)info.
GetValueNoThrow
(RefusedSetName, typeof(String));
243
m_denied = (String)info.
GetValueNoThrow
(DeniedName, typeof(String));
244
m_permitOnly = (String)info.
GetValueNoThrow
(PermitOnlyName, typeof(String));
245
m_assemblyName = (AssemblyName)info.
GetValueNoThrow
(Assembly_Name, typeof(AssemblyName));
246
m_serializedMethodInfo = (byte[])info.
GetValueNoThrow
(MethodName_Serialized, typeof(byte[]));
247
m_strMethodInfo = (String)info.
GetValueNoThrow
(MethodName_String, typeof(String));
249
m_url = (String)info.
GetValueNoThrow
(UrlName, typeof(String));
system\timezoneinfo.cs (1)
3247
object o = info.
GetValueNoThrow
("BaseUtcOffsetDelta", typeof(TimeSpan));