1 write to Constructor
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6987this.Constructor = constructor;
7 references to Constructor
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundExpression.cs (1)
561get { return this.Constructor; }
FlowAnalysis\AbstractFlowPass.cs (1)
3529VisitArguments(node.Arguments, default(ImmutableArray<RefKind>), node.Constructor);
Generated\BoundNodes.xml.Generated.cs (4)
7002if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(constructor, this.Constructor) || arguments != this.Arguments || declarations != this.Declarations || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11881return node.Update(node.Constructor, arguments, declarations, type); 14271MethodSymbol constructor = GetUpdatedSymbol(node, node.Constructor); 16628new TreeDumperNode("constructor", node.Constructor, null),
Lowering\LocalRewriter\LocalRewriter_AnonymousObjectCreation.cs (1)
25constructor: node.Constructor,