Esempio n. 1
0
 XamlContext(IDecompilerTypeSystem typeSystem)
 {
     TypeSystem       = typeSystem;
     NodeMap          = new Dictionary <BamlRecord, BamlBlockNode>();
     XmlNs            = new XmlnsDictionary();
     GeneratedMembers = new List <EntityHandle>();
     XClassNames      = new List <string>();
 }
Esempio n. 2
0
 XamlContext(IDecompilerTypeSystem typeSystem)
 {
     TypeSystem = typeSystem;
     NodeMap    = new Dictionary <BamlRecord, BamlBlockNode>();
     XmlNs      = new XmlnsDictionary();
 }