1 instantiation of LicenseProviderAttribute
System (1)
compmod\system\componentmodel\LicenseProviderAttribute.cs (1)
24public static readonly LicenseProviderAttribute Default = new LicenseProviderAttribute();
9 references to LicenseProviderAttribute
System (9)
compmod\system\componentmodel\LicenseManager.cs (3)
276LicenseProviderAttribute attr = (LicenseProviderAttribute)Attribute.GetCustomAttribute(type, typeof(LicenseProviderAttribute), false);
compmod\system\componentmodel\LicenseProviderAttribute.cs (6)
24public static readonly LicenseProviderAttribute Default = new LicenseProviderAttribute(); 30/// <para>Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class without a license 38/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class with 48/// Initializes a new instance of the <see cref='System.ComponentModel.LicenseProviderAttribute'/> class with 95if (value is LicenseProviderAttribute && value != null) { 96Type type = ((LicenseProviderAttribute)value).LicenseProvider;