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