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