3 references to IsSupported
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\ComponentModel\DefaultValueAttribute.cs (3)
28
private static readonly object? s_throwSentinel =
IsSupported
? null : new();
42
if (!
IsSupported
)
243
if (!
IsSupported
&& ReferenceEquals(_value, s_throwSentinel))