7 references to Update
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (2)
1174
receiver = typeExpression.
Update
(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty,
2265
receiverOpt = typeExpression.
Update
(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty,
Generated\BoundNodes.xml.Generated.cs (3)
10917
return node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, type);
12473
updatedNode = node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, infoAndType.Type!);
12478
updatedNode = node.
Update
(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, node.Type);
Symbols\TypeWithAnnotations.cs (2)
779
/// Used by the generated <see cref="BoundTypeExpression.
Update
"/>.
787
/// Used by the generated <see cref="BoundTypeExpression.
Update
"/>.