3 references to TupleElementNames
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.PortablePdb.cs (1)
508kind: _debugMetadataOpt.GetOrAddGuid(PortableCustomDebugInfoKinds.TupleElementNames),
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs (1)
94/// Equivalent to <see cref="PortableCustomDebugInfoKinds.TupleElementNames"/> in Portable PDB.
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
418if (TryGetCustomDebugInformation(reader, variableOrConstantHandle, PortableCustomDebugInfoKinds.TupleElementNames, out var info))