1 write to Name
System.Linq.Expressions (1)
System\Linq\Expressions\ParameterExpression.cs (1)
17
Name
= name;
18 references to Name
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ExpressionHelper.cs (1)
226
Resources.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)
19
private static readonly ParameterExpression ResolvedServices = Expression.Variable(typeof(IDictionary<ServiceCacheKey, object>), ScopeParameter.
Name
+ "resolvedServices");
20
private static readonly ParameterExpression Sync = Expression.Variable(typeof(object), ScopeParameter.
Name
+ "sync");
System.Linq.Expressions (14)
System\Linq\Expressions\Compiler\CompilerScope.cs (1)
281
throw Error.UndefinedVariable(variable.
Name
, variable.Type, CurrentLambdaName);
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
256
throw Error.UndefinedVariable(node.
Name
, node.Type, CurrentLambdaName);
262
throw Error.CannotCloseOverByRef(node.
Name
, CurrentLambdaName);
System\Linq\Expressions\DebugViewWriter.cs (3)
105
Debug.Assert(string.IsNullOrEmpty(p.
Name
));
383
if (string.IsNullOrEmpty(node.
Name
))
393
Out(GetDisplayName(node.
Name
));
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
379
public string? Name => _node.
Name
;
System\Linq\Expressions\ExpressionStringBuilder.cs (3)
283
string? name = node.
Name
;
734
if (!string.IsNullOrEmpty(node.Variable?.
Name
))
737
Out(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
);