2 writes to context
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
52context = new System.ComponentModel.Design.RuntimeLicenseContext(); 63context = value;
5 references to context
System (5)
compmod\system\componentmodel\LicenseManager.cs (5)
49if (context == null) { 51if (context == null) { 56return context; 75if (context != null) { 76return context.UsageMode;