4 references to SetFlag
Microsoft.TemplateEngine.Core (4)
Operations\SetFlag.cs (4)
61
private readonly
SetFlag
_owner;
63
public Implementation(
SetFlag
owner, IReadOnlyList<IToken> tokens, string? id, bool initialState)
106
else if (_owner.Name ==
SetFlag
.OperationName && turnOn)
108
processor.Config.Flags[
SetFlag
.OperationName] = true;