1 write to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6331
this.
WasTargetTyped
= wasTargetTyped;
5 references to WasTargetTyped
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
6342
if (sourceTuple != this.SourceTuple || wasTargetTyped != this.
WasTargetTyped
|| arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || inferredNamesOpt != this.InferredNamesOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11387
return node.Update(sourceTuple, node.
WasTargetTyped
, arguments, node.ArgumentNamesOpt, node.InferredNamesOpt, type);
13581
updatedNode = node.Update(sourceTuple, node.
WasTargetTyped
, arguments, node.ArgumentNamesOpt, node.InferredNamesOpt, infoAndType.Type);
13586
updatedNode = node.Update(sourceTuple, node.
WasTargetTyped
, arguments, node.ArgumentNamesOpt, node.InferredNamesOpt, node.Type);
15912
new TreeDumperNode("wasTargetTyped", node.
WasTargetTyped
, null),