2 implementations of Clear
Microsoft.Build (2)
Collections\ItemDictionary.cs (1)
141public void Clear()
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
65public void Clear() => throw new NotSupportedException();