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