1 write to SliceType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5653this.SliceType = sliceType;
7 references to SliceType
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (3)
267return new BoundDagTemp(Syntax, SliceType, this); 273return Update(SliceType, LengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input); 278return Update(SliceType, lengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
5679if (!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) 12062TypeSymbol? sliceType = this.VisitType(node.SliceType); 14209TypeSymbol sliceType = GetUpdatedSymbol(node, node.SliceType); 16758new TreeDumperNode("sliceType", node.SliceType, null),