3 types derived from LazyItemOperation
Microsoft.Build (3)
Evaluation\LazyItemEvaluator.IncludeOperation.cs (1)
20private class IncludeOperation : LazyItemOperation
Evaluation\LazyItemEvaluator.RemoveOperation.cs (1)
17private class RemoveOperation : LazyItemOperation
Evaluation\LazyItemEvaluator.UpdateOperation.cs (1)
17private class UpdateOperation : LazyItemOperation
4 references to LazyItemOperation
Microsoft.Build (4)
Evaluation\LazyItemEvaluator.cs (4)
167public LazyItemOperation Operation { get; } 175public MemoizedOperation(LazyItemOperation operation) 251public LazyItemList(LazyItemList previous, LazyItemOperation operation) 508LazyItemOperation operation = null;