1 write to Name
System.Linq.Expressions (1)
System\Linq\Expressions\ParameterExpression.cs (1)
17Name = name;
18 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ExpressionHelper.cs (1)
226Resources.FormatExpressionHelper_InvalidIndexerExpression(indexExpression, parameters[0].Name),
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\ExprLambdaUtils.vb (1)
274_s.Append(Me._indent + node.Name)
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (2)
19private static readonly ParameterExpression ResolvedServices = Expression.Variable(typeof(IDictionary<ServiceCacheKey, object>), ScopeParameter.Name + "resolvedServices"); 20private static readonly ParameterExpression Sync = Expression.Variable(typeof(object), ScopeParameter.Name + "sync");
System.Linq.Expressions (14)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
281throw Error.UndefinedVariable(variable.Name, variable.Type, CurrentLambdaName);
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
256throw Error.UndefinedVariable(node.Name, node.Type, CurrentLambdaName); 262throw Error.CannotCloseOverByRef(node.Name, CurrentLambdaName);
System\Linq\Expressions\DebugViewWriter.cs (3)
105Debug.Assert(string.IsNullOrEmpty(p.Name)); 383if (string.IsNullOrEmpty(node.Name)) 393Out(GetDisplayName(node.Name));
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
379public string? Name => _node.Name;
System\Linq\Expressions\ExpressionStringBuilder.cs (3)
283string? name = node.Name; 734if (!string.IsNullOrEmpty(node.Variable?.Name)) 737Out(node.Variable.Name);
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
412_instructions.SetDebugCookie(variable.Name); 465_instructions.SetDebugCookie(variable.Name); 506_instructions.SetDebugCookie(variable.Name); 547_instructions.SetDebugCookie(variable.Name);