2 writes to CurrentContext
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
123CurrentContext = creationContext; 134CurrentContext = normal;
5 references to CurrentContext
System (5)
compmod\system\componentmodel\LicenseManager.cs (5)
71/// specifies when the licensed object can be used, for the <see cref='System.ComponentModel.LicenseManager.CurrentContext'/>.</para> 121LicenseContext normal = CurrentContext; 257return ValidateInternalRecursive(CurrentContext, 433if (!LicenseManager.ValidateInternalRecursive(LicenseManager.CurrentContext, 513this.savedLicenseContext = LicenseManager.CurrentContext;