1 write to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6545
this.
WasTargetTyped
= wasTargetTyped;
8 references to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (3)
3891
if (node.
WasTargetTyped
)
3910
SetResult(node, visitResult, updateAnalyzedNullability: !node.
WasTargetTyped
, isLvalue: false);
5122
BoundCollectionExpression {
WasTargetTyped
: true };
Generated\BoundNodes.xml.Generated.cs (5)
6569
if (collectionTypeKind != this.CollectionTypeKind || placeholder != this.Placeholder || collectionCreation != this.CollectionCreation || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(collectionBuilderMethod, this.CollectionBuilderMethod) || collectionBuilderElementsPlaceholder != this.CollectionBuilderElementsPlaceholder || wasTargetTyped != this.
WasTargetTyped
|| hasWithElement != this.HasWithElement || unconvertedCollectionExpression != this.UnconvertedCollectionExpression || elements != this.Elements || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
12075
return node.Update(node.CollectionTypeKind, placeholder, collectionCreation, collectionBuilderMethod, collectionBuilderElementsPlaceholder, node.
WasTargetTyped
, node.HasWithElement, unconvertedCollectionExpression, elements, type);
14376
updatedNode = node.Update(node.CollectionTypeKind, placeholder, collectionCreation, collectionBuilderMethod, collectionBuilderElementsPlaceholder, node.
WasTargetTyped
, node.HasWithElement, unconvertedCollectionExpression, elements, infoAndType.Type!);
14381
updatedNode = node.Update(node.CollectionTypeKind, placeholder, collectionCreation, collectionBuilderMethod, collectionBuilderElementsPlaceholder, node.
WasTargetTyped
, node.HasWithElement, unconvertedCollectionExpression, elements, node.Type);
16809
new TreeDumperNode("wasTargetTyped", node.
WasTargetTyped
, null),