1 write to ConstructorsGroup
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6351
this.
ConstructorsGroup
= constructorsGroup;
9 references to ConstructorsGroup
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Expressions.cs (1)
6965
return creation.Update(creation.Constructor, creation.
ConstructorsGroup
, creation.Arguments, creation.ArgumentNamesOpt,
Compilation\CSharpSemanticModel.cs (4)
3666
Debug.Assert(boundObjectCreation.
ConstructorsGroup
.Contains(boundObjectCreation.Constructor));
3669
else if (boundObjectCreation.
ConstructorsGroup
.Length > 0)
3671
symbols = StaticCast<Symbol>.From(OneOrMany.Create(boundObjectCreation.
ConstructorsGroup
));
3675
memberGroup = boundObjectCreation.
ConstructorsGroup
.Cast<MethodSymbol, Symbol>();
Generated\BoundNodes.xml.Generated.cs (4)
6380
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(constructor, this.Constructor) || constructorsGroup != this.
ConstructorsGroup
|| arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || expanded != this.Expanded || argsToParamsOpt != this.ArgsToParamsOpt || defaultArguments != this.DefaultArguments || constantValueOpt != this.ConstantValueOpt || initializerExpressionOpt != this.InitializerExpressionOpt || wasTargetTyped != this.WasTargetTyped || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11769
return node.Update(node.Constructor, node.
ConstructorsGroup
, arguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.Expanded, node.ArgsToParamsOpt, node.DefaultArguments, node.ConstantValueOpt, initializerExpressionOpt, node.WasTargetTyped, type);
14006
ImmutableArray<MethodSymbol> constructorsGroup = GetUpdatedArray(node, node.
ConstructorsGroup
);
16445
new TreeDumperNode("constructorsGroup", node.
ConstructorsGroup
, null),