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