11 references to GetValueNoThrow
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Exception.cs (1)
50
_data = (IDictionary?)(info.
GetValueNoThrow
("Data", typeof(IDictionary))); // Do not rename (binary serialization)
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\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
245
object? obj = info.
GetValueNoThrow
("_options", typeof(CompareOptions));
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)
src\System\Exception.CoreCLR.cs (1)
24
_watsonBuckets = (byte[]?)info.
GetValueNoThrow
("WatsonBuckets", typeof(byte[])); // Do not rename (binary serialization)