14 references to GetValueNoThrow
System.Private.CoreLib (14)
src\runtime\src\libraries\System.Private.CoreLib\src\System\BadImageFormatException.cs (1)
60
_requestingAssemblyChain = (string?)info.
GetValueNoThrow
("BadImageFormat_RequestingAssemblyChain", typeof(string));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
50
_data = (IDictionary?)(info.
GetValueNoThrow
("Data", typeof(IDictionary))); // Do not rename (binary serialization)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\DirectoryNotFoundException.cs (1)
75
DirectoryPath = (string?)info.
GetValueNoThrow
("DirectoryNotFound_DirectoryPath", typeof(string));
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileLoadException.cs (1)
83
_requestingAssemblyChain = (string?)info.
GetValueNoThrow
("FileLoad_RequestingAssemblyChain", typeof(string));
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
105
_requestingAssemblyChain = (string?)info.
GetValueNoThrow
("FileNotFound_RequestingAssemblyChain", typeof(string));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityException.cs (6)
60
Demanded = (string?)info.
GetValueNoThrow
(DemandedName, typeof(string));
61
GrantedSet = (string?)info.
GetValueNoThrow
(GrantedSetName, typeof(string));
62
RefusedSet = (string?)info.
GetValueNoThrow
(RefusedSetName, typeof(string));
63
DenySetInstance = (string?)info.
GetValueNoThrow
(DeniedName, typeof(string));
64
PermitOnlySetInstance = (string?)info.
GetValueNoThrow
(PermitOnlyName, typeof(string));
65
Url = (string?)info.
GetValueNoThrow
(UrlName, typeof(string));
src\runtime\src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
243
object? obj = info.
GetValueNoThrow
("_options", typeof(CompareOptions));
src\runtime\src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (2)
286
object? o = info.
GetValueNoThrow
("BaseUtcOffsetDelta", typeof(TimeSpan)); // Do not rename (binary serialization)
292
o = info.
GetValueNoThrow
("NoDaylightTransitions", typeof(bool)); // Do not rename (binary serialization)