1 write to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6436this.CollectionBuilderMethod = collectionBuilderMethod;
11 references to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (1)
4693var constructMethod = expr.CollectionBuilderMethod;
FlowAnalysis\NullableWalker.cs (2)
4004var createMethod = node.CollectionBuilderMethod; 4020var createMethod = node.CollectionBuilderMethod;
Generated\BoundNodes.xml.Generated.cs (4)
6458if (collectionTypeKind != this.CollectionTypeKind || placeholder != this.Placeholder || collectionCreation != this.CollectionCreation || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(collectionBuilderMethod, this.CollectionBuilderMethod) || collectionBuilderInvocationPlaceholder != this.CollectionBuilderInvocationPlaceholder || collectionBuilderInvocationConversion != this.CollectionBuilderInvocationConversion || wasTargetTyped != this.WasTargetTyped || unconvertedCollectionExpression != this.UnconvertedCollectionExpression || elements != this.Elements || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11922MethodSymbol? collectionBuilderMethod = this.VisitMethodSymbol(node.CollectionBuilderMethod); 14194MethodSymbol? collectionBuilderMethod = GetUpdatedSymbol(node, node.CollectionBuilderMethod); 16626new TreeDumperNode("collectionBuilderMethod", node.CollectionBuilderMethod, null),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
222CollectionBuilderMethod: { } builder, 473Debug.Assert(node.CollectionBuilderMethod is { }); 477var constructMethod = node.CollectionBuilderMethod;
Operations\CSharpOperationFactory.cs (1)
1251return expr.CollectionBuilderMethod;