Implemented interface member:
method
HasEmptyMarker
Microsoft.Build.Collections.IItemDictionary<T>.HasEmptyMarker(System.String)
2 references to HasEmptyMarker
Microsoft.Build (1)
Collections\ItemDictionary.cs (1)
365/// See <see cref="HasEmptyMarker">HasEmptyMarker</see>.
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TargetUpToDateChecker_Tests.cs (1)
295Assert.True(changedTargetInputs.HasEmptyMarker("MoreItems"));