1 reference to ExprLocal
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
47
public static ExprLocal CreateLocal(LocalVariableSymbol local) => new
ExprLocal
(local);