2 writes to Name
Microsoft.Cci.Extensions (2)
Mappings\AssemblyMapping.cs (2)
89
this.
Name
= key;
97
this.
Name
= "Forwarder: " + this.Key;
3 references to Name
Microsoft.Cci.Extensions (1)
Mappings\AssemblyMapping.cs (1)
110
return 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));