Implemented interface member:
property
Key
Microsoft.Build.Collections.IKeyed.Key
1 write to Key
Microsoft.Build.Engine.UnitTests (1)
Collections\CopyOnWritePropertyDictionary_Tests.cs (1)
203public MockValue(string s) => Key = s;
3 references to Key
Microsoft.Build.Engine.UnitTests (3)
Collections\CopyOnWritePropertyDictionary_Tests.cs (3)
207public string EscapedValue => Key; 211return other != null && Key == other.Key;