2 writes to Value
Microsoft.Cci.Extensions (2)
Mappings\AssemblyMapping.cs (2)
90this.Value = value; 98this.Value = alias.AliasedType.GetAssemblyReference().ToString();
7 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);
Microsoft.DotNet.AsmDiff (3)
DiffCSharpWriter.cs (3)
479_syntaxWriter.Write(string.Format("{0}{1}{2}", p.Name, p.Delimiter, p.Value)); 486_syntaxWriter.Write(p1.Value); 488_syntaxWriter.Write(p2.Value);