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