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