Exemple #1
0
		BamlContext(ModuleDef module) {
			Module = module;
			KnownThings = new KnownThings(module);

			AssemblyIdMap = new Dictionary<ushort, AssemblyInfoRecord>();
			AttributeIdMap = new Dictionary<ushort, AttributeInfoRecord>();
			StringIdMap = new Dictionary<ushort, StringInfoRecord>();
			TypeIdMap = new Dictionary<ushort, TypeInfoRecord>();
		}
Exemple #2
0
        BamlContext(ModuleDef module)
        {
            Module      = module;
            KnownThings = new KnownThings(module);

            AssemblyIdMap  = new Dictionary <ushort, AssemblyInfoRecord>();
            AttributeIdMap = new Dictionary <ushort, AttributeInfoRecord>();
            StringIdMap    = new Dictionary <ushort, StringInfoRecord>();
            TypeIdMap      = new Dictionary <ushort, TypeInfoRecord>();
        }