1 instantiation of TupleElementNamesInfo
Microsoft.CodeAnalysis (1)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (1)
327
return new
TupleElementNamesInfo
(builder.ToImmutableAndFree(), slotIndex, localName, scopeStart, scopeEnd);
3 references to TupleElementNamesInfo
Microsoft.CodeAnalysis (3)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (3)
300
public static ImmutableArray<
TupleElementNamesInfo
> DecodeTupleElementNamesRecord(ImmutableArray<byte> bytes)
304
var builder = ArrayBuilder<
TupleElementNamesInfo
>.GetInstance(n);
313
private static
TupleElementNamesInfo
DecodeTupleElementNamesInfo(ImmutableArray<byte> bytes, ref int offset)