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