6 references to LicenseManager
netstandard (1)
netstandard.cs (1)
363[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseManager))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
349[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.LicenseManager))]
System.ComponentModel.TypeConverter (4)
System\ComponentModel\LicenseManager.cs (1)
66/// specifies when the licensed object can be used, for the <see cref='System.ComponentModel.LicenseManager.CurrentContext'/>.
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (3)
91context ??= LicenseManager.CurrentContext; 93return LicenseManager.ValidateInternalRecursive( 107LicenseContext licContext = LicenseManager.CurrentContext;