1 instantiation of TupleElementNamesInfo
Microsoft.CodeAnalysis.Debugging.Package (1)
CustomDebugInfoReader.cs (1)
328
return new
TupleElementNamesInfo
(builder.ToImmutableAndFree(), slotIndex, localName, scopeStart, scopeEnd);
3 references to TupleElementNamesInfo
Microsoft.CodeAnalysis.Debugging.Package (3)
CustomDebugInfoReader.cs (3)
301
public static ImmutableArray<
TupleElementNamesInfo
> DecodeTupleElementNamesRecord(ImmutableArray<byte> bytes)
305
var builder = ArrayBuilder<
TupleElementNamesInfo
>.GetInstance(n);
314
private static
TupleElementNamesInfo
DecodeTupleElementNamesInfo(ImmutableArray<byte> bytes, ref int offset)