1 write to Match
Microsoft.TemplateEngine.Core (1)
Operations\Phase.cs (1)
17
Match
= match;
3 references to Match
Microsoft.TemplateEngine.Core (3)
Operations\PhasedOperation.cs (3)
38
if (!tokenMap.TryGetValue(c.
Match
, out int existingMatchToken))
40
IToken bytes = c.
Match
.ToToken(encoding);
41
existingMatchToken = tokenMap[c.
Match
] = tokens.Count;