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