1 write to UnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6449
this.
UnconvertedCollectionExpression
= unconvertedCollectionExpression;
7 references to UnconvertedCollectionExpression
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundNode.cs (1)
364
BoundCollectionExpression { WasCompilerGenerated: true,
UnconvertedCollectionExpression
.IsParamsArrayOrCollection: true } or
FlowAnalysis\NullableWalker.cs (1)
7078
elements = ((BoundCollectionExpression)((BoundConversion)argument).Operand).
UnconvertedCollectionExpression
.Elements.CastArray<BoundExpression>();
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
122
this.VisitList(node.
UnconvertedCollectionExpression
.Elements);
Generated\BoundNodes.xml.Generated.cs (4)
6467
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))
11820
BoundUnconvertedCollectionExpression unconvertedCollectionExpression = node.
UnconvertedCollectionExpression
;
14084
BoundUnconvertedCollectionExpression unconvertedCollectionExpression = node.
UnconvertedCollectionExpression
;
16514
new TreeDumperNode("unconvertedCollectionExpression", null, new TreeDumperNode[] { Visit(node.
UnconvertedCollectionExpression
, null) }),