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