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