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