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