2 writes to CurrentContext
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
123
CurrentContext
= creationContext;
134
CurrentContext
= 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>
121
LicenseContext normal =
CurrentContext
;
257
return ValidateInternalRecursive(
CurrentContext
,
433
if (!LicenseManager.ValidateInternalRecursive(LicenseManager.
CurrentContext
,
513
this.savedLicenseContext = LicenseManager.
CurrentContext
;