7 references to Update
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (2)
1127
receiver = typeExpression.
Update
(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty,
2148
receiverOpt = typeExpression.
Update
(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty,
Generated\BoundNodes.xml.Generated.cs (3)
10538
return node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, type);
12039
updatedNode = node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, infoAndType.Type!);
12044
updatedNode = node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, node.Type);
Symbols\TypeWithAnnotations.cs (2)
750
/// Used by the generated <see cref="BoundTypeExpression.
Update
"/>.
758
/// Used by the generated <see cref="BoundTypeExpression.
Update
"/>.