1 write to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6443
this.
CollectionBuilderMethod
= collectionBuilderMethod;
11 references to CollectionBuilderMethod
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (1)
4641
var constructMethod = expr.
CollectionBuilderMethod
;
FlowAnalysis\NullableWalker.cs (2)
3939
var createMethod = node.
CollectionBuilderMethod
;
3955
var createMethod = node.
CollectionBuilderMethod
;
Generated\BoundNodes.xml.Generated.cs (4)
6465
if (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))
11927
MethodSymbol? collectionBuilderMethod = this.VisitMethodSymbol(node.
CollectionBuilderMethod
);
14222
MethodSymbol? collectionBuilderMethod = GetUpdatedSymbol(node, node.
CollectionBuilderMethod
);
16652
new TreeDumperNode("collectionBuilderMethod", node.
CollectionBuilderMethod
, null),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
223
CollectionBuilderMethod
: { } builder,
474
Debug.Assert(node.
CollectionBuilderMethod
is { });
478
var constructMethod = node.
CollectionBuilderMethod
;
Operations\CSharpOperationFactory.cs (1)
1251
return expr.
CollectionBuilderMethod
;