1 write to PositionInfo
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\InterpolatedStringHandlerData.cs (1)
46PositionInfo = positionInfo;
2 references to PositionInfo
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
1484=> arg.@this.CreateBoundInterpolatedStringExpressionOperation(boundInterpolatedString, arg.Data.PositionInfo[i]); 2146ImmutableArray<IInterpolatedStringContentOperation> parts = CreateBoundInterpolatedStringContentOperation(boundInterpolatedString.Parts, positionInfo ?? boundInterpolatedString.InterpolationData?.PositionInfo[0]);