4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundDiscardExpression.cs (2)
16
return this.
Update
(type.NullableAnnotation, isInferred: true, type.Type);
25
return this.
Update
(NullableAnnotation.Oblivious, this.IsInferred, binder.CreateErrorType("var"));
Generated\BoundNodes.xml.Generated.cs (2)
12162
return node.
Update
(node.NullableAnnotation, node.IsInferred, type);
14837
BoundDiscardExpression updatedNode = node.
Update
(node.NullableAnnotation, node.IsInferred, infoAndType.Type);