4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundExpression.cs (1)
310
return this.
Update
(localSymbol, this.DeclarationKind, constantValueOpt, this.IsNullableUnknown, type);
Generated\BoundNodes.xml.Generated.cs (3)
11475
return node.
Update
(node.LocalSymbol, node.DeclarationKind, node.ConstantValueOpt, node.IsNullableUnknown, type);
13552
updatedNode = node.
Update
(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.IsNullableUnknown, infoAndType.Type!);
13557
updatedNode = node.
Update
(localSymbol, node.DeclarationKind, node.ConstantValueOpt, node.IsNullableUnknown, node.Type);