2 writes to Name
Microsoft.Cci.Extensions (2)
Mappings\AssemblyMapping.cs (2)
89this.Name = key; 97this.Name = "Forwarder: " + this.Key;
3 references to Name
Microsoft.Cci.Extensions (1)
Mappings\AssemblyMapping.cs (1)
110return string.Format("{0}: {1}", Name, Value);
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
479_syntaxWriter.Write(string.Format("{0}{1}{2}", p.Name, p.Delimiter, p.Value)); 484_syntaxWriter.Write(string.Format("{0}{1}", p1.Name, p1.Delimiter));