7 writes to Family
Microsoft.TemplateEngine.Core (7)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (7)
91
Family
= currentTokenFamily
102
Family
= currentTokenFamily
164
Family
= TokenFamily.Literal,
192
Family
= TokenFamily.Literal,
214
Family
= currentTokenFamily
236
Family
= currentTokenFamily
373
Family
= TokenFamily.Literal,
10 references to Family
Microsoft.TemplateEngine.Core (10)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (10)
112
if (tokens.Count > 0 && tokens[0].
Family
== TokenFamily.OpenBrace)
130
switch (tokens[tokens.Count - 1].
Family
)
324
for (; i < tokens.Count && (tokens[i].
Family
== TokenFamily.Whitespace || tokens[i].
Family
== TokenFamily.Tab); ++i)
332
if (tokens[i].
Family
is TokenFamily.Whitespace or TokenFamily.Tab)
338
if (tokens[i].
Family
.HasFlag(TokenFamily.Reference))
342
else if (tokens[i].
Family
== TokenFamily.Literal)
351
switch (tokens[j].
Family
)
390
switch (outputTokens[i].
Family
)
577
return values[(int)(tokenRef.
Family
& ~TokenFamily.Reference) - ReservedTokenCount]();