private UsedNamespaceOrType(UsedNamespaceOrTypeKind kind, string name, string alias, string externAlias, bool projectLevel = false)
 {
     this.kind         = kind;
     this.name         = name;
     this.alias        = alias;
     this.externAlias  = externAlias;
     this.projectLevel = projectLevel;
 }
Esempio n. 2
0
 private UsedNamespaceOrType(UsedNamespaceOrTypeKind kind, string name, string alias, string externAlias, bool projectLevel = false)
 {
     _kind         = kind;
     _name         = name;
     _alias        = alias;
     _externAlias  = externAlias;
     _projectLevel = projectLevel;
 }
 private UsedNamespaceOrType(UsedNamespaceOrTypeKind kind, string name, string alias, string externAlias, bool projectLevel = false)
 {
     this.kind = kind;
     this.name = name;
     this.alias = alias;
     this.externAlias = externAlias;
     this.projectLevel = projectLevel;
 }