4 instantiations of BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5364
return new
BoundUnconvertedCollectionExpression
(syntax, firstWithElement, builder.ToImmutableAndFree());
Binder\Binder_Invocation.cs (1)
1861
var unconvertedCollection = new
BoundUnconvertedCollectionExpression
(
FlowAnalysis\NullableWalker.cs (1)
8743
return new
BoundUnconvertedCollectionExpression
(
Generated\BoundNodes.xml.Generated.cs (1)
6490
var result = new
BoundUnconvertedCollectionExpression
(this.Syntax, withElement, elements, this.HasErrors);
42 references to BoundUnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (42)
Binder\Binder_Conversions.cs (6)
244
(
BoundUnconvertedCollectionExpression
)source,
828
BoundUnconvertedCollectionExpression
node,
846
BoundUnconvertedCollectionExpression
node,
852
private readonly
BoundUnconvertedCollectionExpression
_node = node;
2231
BoundUnconvertedCollectionExpression
node,
2277
BoundUnconvertedCollectionExpression
node,
Binder\Binder_Expressions.cs (2)
429
case
BoundUnconvertedCollectionExpression
expr:
2944
GenerateImplicitConversionErrorForCollectionExpression((
BoundUnconvertedCollectionExpression
)operand, targetType, diagnostics);
Binder\Binder_Invocation.cs (1)
1861
var
unconvertedCollection = new BoundUnconvertedCollectionExpression(
Binder\Binder_Statements.cs (1)
2449
GenerateImplicitConversionErrorForCollectionExpression((
BoundUnconvertedCollectionExpression
)operand, targetType, diagnostics);
Binder\Semantics\Conversions\Conversions.cs (1)
160
BoundUnconvertedCollectionExpression
node,
Binder\Semantics\Conversions\ConversionsBase.cs (3)
78
protected abstract Conversion GetCollectionExpressionConversion(
BoundUnconvertedCollectionExpression
source, TypeSymbol destination, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo);
1136
var collectionExpressionConversion = GetImplicitCollectionExpressionConversion((
BoundUnconvertedCollectionExpression
)sourceExpression, destination, ref useSiteInfo);
1159
private Conversion GetImplicitCollectionExpressionConversion(
BoundUnconvertedCollectionExpression
collectionExpression, TypeSymbol destination, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Semantics\Conversions\TypeConversions.cs (1)
60
protected override Conversion GetCollectionExpressionConversion(
BoundUnconvertedCollectionExpression
source, TypeSymbol destination, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (4)
644
MakeCollectionExpressionTypeInferences(binder, (
BoundUnconvertedCollectionExpression
)argument, target, kind, ref useSiteInfo);
665
BoundUnconvertedCollectionExpression
argument,
885
MakeOutputTypeInferences(binder, (
BoundUnconvertedCollectionExpression
)argument, formalType, ref useSiteInfo);
900
private void MakeOutputTypeInferences(Binder binder,
BoundUnconvertedCollectionExpression
argument, TypeWithAnnotations formalType, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
3029
return BetterCollectionExpressionConversion((
BoundUnconvertedCollectionExpression
)node, t1, conv1, t2, conv2, ref useSiteInfo);
3048
BoundUnconvertedCollectionExpression
collectionExpression,
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1277
binder.GenerateImplicitConversionErrorForCollectionExpression((
BoundUnconvertedCollectionExpression
)argument, parameterType, diagnostics);
BoundTree\BoundNode.cs (2)
363
BoundUnconvertedCollectionExpression
{ WasCompilerGenerated: true } or
367
this is not
BoundUnconvertedCollectionExpression
collection ||
FlowAnalysis\AbstractFlowPass.cs (1)
2081
public override BoundNode VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)
FlowAnalysis\NullableWalker.cs (1)
3858
public override BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)
Generated\BoundNodes.xml.Generated.cs (15)
6486
public
BoundUnconvertedCollectionExpression
Update(BoundUnconvertedWithElement? withElement, ImmutableArray<BoundNode> elements)
6490
var
result = new BoundUnconvertedCollectionExpression(this.Syntax, withElement, elements, this.HasErrors);
6532
public BoundCollectionExpression(SyntaxNode syntax, CollectionExpressionTypeKind collectionTypeKind, BoundObjectOrCollectionValuePlaceholder? placeholder, BoundExpression? collectionCreation, MethodSymbol? collectionBuilderMethod, BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder, bool wasTargetTyped, bool hasWithElement,
BoundUnconvertedCollectionExpression
unconvertedCollectionExpression, ImmutableArray<BoundNode> elements, TypeSymbol type, bool hasErrors = false)
6562
public
BoundUnconvertedCollectionExpression
UnconvertedCollectionExpression { get; }
6567
public BoundCollectionExpression Update(CollectionExpressionTypeKind collectionTypeKind, BoundObjectOrCollectionValuePlaceholder? placeholder, BoundExpression? collectionCreation, MethodSymbol? collectionBuilderMethod, BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder, bool wasTargetTyped, bool hasWithElement,
BoundUnconvertedCollectionExpression
unconvertedCollectionExpression, ImmutableArray<BoundNode> elements, TypeSymbol type)
9312
return VisitUnconvertedCollectionExpression((
BoundUnconvertedCollectionExpression
)node, arg);
9619
public virtual R VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node, A arg) => this.DefaultVisit(node, arg);
9857
public virtual BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node) => this.DefaultVisit(node);
10640
public override BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)
12054
public override BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)
12072
BoundUnconvertedCollectionExpression
unconvertedCollectionExpression = node.UnconvertedCollectionExpression;
14346
public override BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)
14350
BoundUnconvertedCollectionExpression
updatedNode;
14370
BoundUnconvertedCollectionExpression
unconvertedCollectionExpression = node.UnconvertedCollectionExpression;
16785
public override TreeDumperNode VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node, object? arg) => new TreeDumperNode("unconvertedCollectionExpression", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
24
public override BoundNode? VisitUnconvertedCollectionExpression(
BoundUnconvertedCollectionExpression
node)