1 instantiation of LicenseProviderAttribute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseProviderAttribute.cs (1)
18public static readonly LicenseProviderAttribute Default = new LicenseProviderAttribute();
11 references to LicenseProviderAttribute
netstandard (1)
netstandard.cs (1)
365[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProviderAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
351[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseProviderAttribute))]
System.ComponentModel.TypeConverter (9)
System\ComponentModel\LicenseManager.cs (3)
280LicenseProviderAttribute? attr = (LicenseProviderAttribute?)Attribute.GetCustomAttribute(type, typeof(LicenseProviderAttribute), false);
System\ComponentModel\LicenseProviderAttribute.cs (6)
18public static readonly LicenseProviderAttribute Default = new LicenseProviderAttribute(); 26/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class without a license 34/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class with 43/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class with 90if (value is LicenseProviderAttribute && value != null) 92Type? type = ((LicenseProviderAttribute)value).LicenseProvider;