1 write to Constructor
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6986this.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)
7001if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(constructor, this.Constructor) || arguments != this.Arguments || declarations != this.Declarations || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11880return node.Update(node.Constructor, arguments, declarations, type); 14270MethodSymbol constructor = GetUpdatedSymbol(node, node.Constructor); 16627new TreeDumperNode("constructor", node.Constructor, null),
Lowering\LocalRewriter\LocalRewriter_AnonymousObjectCreation.cs (1)
25constructor: node.Constructor,