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