1 write to SliceType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5648
this.
SliceType
= sliceType;
7 references to SliceType
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundDagEvaluation.cs (3)
259
return new BoundDagTemp(Syntax,
SliceType
, this);
265
return Update(
SliceType
, LengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
270
return Update(
SliceType
, lengthTemp, StartIndex, EndIndex, IndexerAccess, ReceiverPlaceholder, ArgumentPlaceholder, input);
Generated\BoundNodes.xml.Generated.cs (4)
5674
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)
11911
TypeSymbol? sliceType = this.VisitType(node.
SliceType
);
14037
TypeSymbol sliceType = GetUpdatedSymbol(node, node.
SliceType
);
16557
new TreeDumperNode("sliceType", node.
SliceType
, null),