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