2 writes to Key
Microsoft.Cci.Extensions (2)
Mappings\AssemblyMapping.cs (2)
88
this.
Key
= key;
96
this.
Key
= alias.AliasedType.RefDocId();
5 references to Key
Microsoft.Cci.Extensions (3)
Mappings\AssemblyMapping.cs (3)
39
if (!_properties.TryGetValue(prop.
Key
, out mapping))
42
_properties.Add(prop.
Key
, mapping);
97
this.Name = "Forwarder: " + this.
Key
;
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
483
Contract.Assert(p1.
Key
== p2.
Key
);