2 writes to Local
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
2340this.Local = local; 2351this.Local = local;
7 references to Local
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitExpression.cs (1)
3551_builder.EmitIntConstant(GetLocal(node.Local).SlotIndex);
Generated\BoundNodes.xml.Generated.cs (4)
2364if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(local, this.Local) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(hoistedField, this.HoistedField) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11148return node.Update(node.Local, node.HoistedField, type); 13015LocalSymbol local = GetUpdatedSymbol(node, node.Local); 15485new TreeDumperNode("local", node.Local, null),
Lowering\MethodToClassRewriter.cs (2)
418=> TryGetHoistedField(node.Local, out var fieldSymbol) ? 419node.Update(node.Local, fieldSymbol, node.Type) :