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)
60Demanded = (string?)info.GetValueNoThrow(DemandedName, typeof(string)); 61GrantedSet = (string?)info.GetValueNoThrow(GrantedSetName, typeof(string)); 62RefusedSet = (string?)info.GetValueNoThrow(RefusedSetName, typeof(string)); 63DenySetInstance = (string?)info.GetValueNoThrow(DeniedName, typeof(string)); 64PermitOnlySetInstance = (string?)info.GetValueNoThrow(PermitOnlyName, typeof(string)); 65Url = (string?)info.GetValueNoThrow(UrlName, typeof(string));
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (1)
245object? obj = info.GetValueNoThrow("_options", typeof(CompareOptions));
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (2)
286object? o = info.GetValueNoThrow("BaseUtcOffsetDelta", typeof(TimeSpan)); // Do not rename (binary serialization) 292o = 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)