4 references to Reference
Microsoft.TemplateEngine.Core (4)
Expressions\Cpp\CppStyleEvaluatorDefinition.cs (4)
88currentTokenFamily = TokenFamily.Reference | (TokenFamily)token; 211currentTokenFamily = TokenFamily.Reference | (TokenFamily)token; 338if (tokens[i].Family.HasFlag(TokenFamily.Reference)) 577return values[(int)(tokenRef.Family & ~TokenFamily.Reference) - ReservedTokenCount]();