Implemented interface member:
method
AddEmptyMarker
Microsoft.Build.Collections.IItemDictionary<T>.AddEmptyMarker(System.String)
4 references to AddEmptyMarker
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
700changedTargetInputs.AddEmptyMarker(inputItems[0].ItemType); 707upToDateTargetInputs.AddEmptyMarker(inputItems[0].ItemType);
Collections\ItemDictionary.cs (2)
38/// See <see cref="AddEmptyMarker">AddEmptyMarker</see>. 379/// there are no items of this type. See comment on <see cref="AddEmptyMarker">AddEmptyMarker</see>.