2 writes to Value
Microsoft.Cci.Extensions (2)
Mappings\AssemblyMapping.cs (2)
90this.Value = value; 98this.Value = alias.AliasedType.GetAssemblyReference().ToString();
4 references to Value
Microsoft.Cci.Extensions (4)
Mappings\AssemblyMapping.cs (4)
110return string.Format("{0}: {1}", Name, Value); 115if (this.Value == null) 118return this.Value.Equals(other.Value);