1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6442
this.
Placeholder
= placeholder;
10 references to Placeholder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (2)
3705
Debug.Assert(node.
Placeholder
is { });
3706
SetUnknownResultNullability(node.
Placeholder
);
Generated\BoundNodes.xml.Generated.cs (4)
6466
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))
11779
BoundObjectOrCollectionValuePlaceholder? placeholder = node.
Placeholder
;
14043
BoundObjectOrCollectionValuePlaceholder? placeholder = node.
Placeholder
;
16471
new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.
Placeholder
, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (4)
248
Debug.Assert(node.
Placeholder
is null);
340
var placeholder = node.
Placeholder
;
394
Debug.Assert(node.
Placeholder
is null);
458
Debug.Assert(node.
Placeholder
is null);