7 references to Update
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (2)
1127receiver = typeExpression.Update(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty, 2148receiverOpt = typeExpression.Update(aliasOpt: null, boundContainingTypeOpt: null, boundDimensionsOpt: ImmutableArray<BoundExpression>.Empty,
Generated\BoundNodes.xml.Generated.cs (3)
10538return node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, type); 12039updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.TypeWithAnnotations, infoAndType.Type!); 12044updatedNode = 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"/>.