1 write to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6454this.CollectionBuilderMethod = collectionBuilderMethod;
11 references to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (1)
4795var constructMethod = expr.CollectionBuilderMethod;
FlowAnalysis\NullableWalker.cs (2)
4025var createMethod = node.CollectionBuilderMethod; 4041var createMethod = node.CollectionBuilderMethod;
Generated\BoundNodes.xml.Generated.cs (4)
6476if (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)) 11943MethodSymbol? collectionBuilderMethod = this.VisitMethodSymbol(node.CollectionBuilderMethod); 14224MethodSymbol? collectionBuilderMethod = GetUpdatedSymbol(node, node.CollectionBuilderMethod); 16648new TreeDumperNode("collectionBuilderMethod", node.CollectionBuilderMethod, null),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
207CollectionBuilderMethod: { } builder, 535Debug.Assert(node.CollectionBuilderMethod is { }); 539var constructMethod = node.CollectionBuilderMethod;
Operations\CSharpOperationFactory.cs (1)
1251return expr.CollectionBuilderMethod;