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