1 instantiation of RuntimeLicenseContext
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseManager.cs (1)
45
s_context ??= new
RuntimeLicenseContext
();
2 references to RuntimeLicenseContext
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\DesigntimeLicenseContextSerializer.cs (2)
135
private static void DeserializeUsingBinaryFormatter(StreamWrapper wrappedStream, string cryptoKey,
RuntimeLicenseContext
context)
163
internal static void Deserialize(Stream o, string cryptoKey,
RuntimeLicenseContext
context)