1 write to ArgumentsOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3298this.ArgumentsOpt = argumentsOpt;
9 references to ArgumentsOpt
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (1)
3279VisitAndUnsplitAll(node.ArgumentsOpt);
Generated\BoundNodes.xml.Generated.cs (6)
3313if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(localSymbol, this.LocalSymbol) || declaredTypeOpt != this.DeclaredTypeOpt || initializerOpt != this.InitializerOpt || argumentsOpt != this.ArgumentsOpt || inferredType != this.InferredType) 9736this.VisitList(node.ArgumentsOpt); 10908ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 12912ImmutableArray<BoundExpression> argumentsOpt = this.VisitList(node.ArgumentsOpt); 15175new TreeDumperNode("argumentsOpt", null, node.ArgumentsOpt.IsDefault ? Array.Empty<TreeDumperNode>() : from x in node.ArgumentsOpt select Visit(x, null)),
Operations\CSharpOperationFactory_Methods.cs (1)
87ImmutableArray<IOperation> ignoredDimensions = CreateFromArray<BoundExpression, IOperation>(boundLocalDeclaration.ArgumentsOpt);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Rewriters\LocalDeclarationRewriter.cs (1)
67Debug.Assert(node.ArgumentsOpt.IsDefault);