2 references to GetStartIndices
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
CustomTypeInfoTypeArgumentMap.cs (2)
80
var dynamicFlagStartIndices = (dynamicFlags == null) ? null :
GetStartIndices
(type, t => 1);
81
var tupleElementNameStartIndices = (tupleElementNames == null) ? null :
GetStartIndices
(type, TypeHelpers.GetTupleCardinalityIfAny);