1 write to MethodOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1584
this.
MethodOpt
= methodOpt;
9 references to MethodOpt
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpSemanticModel.cs (2)
3693
if ((object)fromEndIndexExpression.
MethodOpt
!= null)
3695
symbols = OneOrMany.Create<Symbol>(fromEndIndexExpression.
MethodOpt
);
Generated\BoundNodes.xml.Generated.cs (4)
1596
if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(methodOpt, this.
MethodOpt
) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11007
return node.Update(operand, node.
MethodOpt
, type);
12710
MethodSymbol? methodOpt = GetUpdatedSymbol(node, node.
MethodOpt
);
15274
new TreeDumperNode("methodOpt", node.
MethodOpt
, null),
Lowering\LocalRewriter\LocalRewriter_Index.cs (3)
15
Debug.Assert(node.
MethodOpt
!= null);
31
return new BoundObjectCreationExpression(node.Syntax, node.
MethodOpt
, operand, fromEnd);
43
BoundExpression indexCreation = new BoundObjectCreationExpression(node.Syntax, node.
MethodOpt
, boundOperandGetValueOrDefault, fromEnd);