1 type derived from License
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
107
private sealed class LicFileLicense :
License
14 references to License
netstandard (1)
netstandard.cs (1)
360
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
License
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
346
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
License
))]
System.ComponentModel.TypeConverter (12)
System\ComponentModel\LicenseManager.cs (9)
206
bool value = ValidateInternal(type, null, false, out
License
? license);
217
bool value = ValidateInternal(type, null, false, out
License
? license);
224
/// specified instance of the type. This method creates a valid <see cref='System.ComponentModel.
License
'/>.
226
public static bool IsValid(Type type, object? instance, out
License
? license)
258
private static bool ValidateInternal(Type type, object? instance, bool allowExceptions, out
License
? license)
274
private static bool ValidateInternalRecursive(LicenseContext context, Type type, object? instance, bool allowExceptions, out
License
? license, out string? licenseKey)
343
if (!ValidateInternal(type, null, true, out
License
? lic))
355
public static
License
? Validate(Type type, object? instance)
357
if (!ValidateInternal(type, instance, true, out
License
? lic))
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (1)
88
out
License
? license,
System\ComponentModel\LicenseProvider.cs (1)
15
public abstract
License
? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions);
System\ComponentModel\LicFileLicenseProvider.cs (1)
48
public override
License
? GetLicense(LicenseContext context, Type type, object? instance, bool allowExceptions)