1 write to SliceType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5648this.SliceType = sliceType;
7 references to SliceType
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (3)
259return new BoundDagTemp(Syntax, SliceType, this); 265return Update(SliceType, LengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input); 270return Update(SliceType, lengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
5674if (!TypeSymbol.Equals(sliceType, this.SliceType, TypeCompareKind.ConsiderEverything) || lengthTemp != this.LengthTemp || startIndex != this.StartIndex || endIndex != this.EndIndex || indexerAccess != this.IndexerAccess || receiverPlaceholder != this.ReceiverPlaceholder || argumentPlaceholder != this.ArgumentPlaceholder || input != this.Input) 11911TypeSymbol? sliceType = this.VisitType(node.SliceType); 14037TypeSymbol sliceType = GetUpdatedSymbol(node, node.SliceType); 16557new TreeDumperNode("sliceType", node.SliceType, null),