9 references to VariableAlias
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (9)
DeclarationTests.cs (6)
497VariableAlias("x", typeof(string)),
498VariableAlias("y", typeof(int)),
499VariableAlias("T", typeof(object)),
501VariableAlias("F", typeof(int)));
570ImmutableArray.Create(VariableAlias("c", typeof(char))),
1139ImmutableArray.Create(VariableAlias("z", typeof(int))),