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