Home
last modified time | relevance | path

Searched refs:HasCustomDebugInformationTag (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Ecma335/
H A DCodedIndex.cs523 private enum HasCustomDebugInformationTag enum in System.Reflection.Metadata.Ecma335.CodedIndex
561 case HandleKind.FieldDefinition: return HasCustomDebugInformationTag.Field; in ToHasCustomDebugInformationTag()
562 case HandleKind.TypeReference: return HasCustomDebugInformationTag.TypeRef; in ToHasCustomDebugInformationTag()
563 case HandleKind.TypeDefinition: return HasCustomDebugInformationTag.TypeDef; in ToHasCustomDebugInformationTag()
564 case HandleKind.Parameter: return HasCustomDebugInformationTag.Param; in ToHasCustomDebugInformationTag()
567 case HandleKind.ModuleDefinition: return HasCustomDebugInformationTag.Module; in ToHasCustomDebugInformationTag()
570 case HandleKind.EventDefinition: return HasCustomDebugInformationTag.Event; in ToHasCustomDebugInformationTag()
576 case HandleKind.AssemblyFile: return HasCustomDebugInformationTag.File; in ToHasCustomDebugInformationTag()
582 case HandleKind.Document: return HasCustomDebugInformationTag.Document; in ToHasCustomDebugInformationTag()
583 case HandleKind.LocalScope: return HasCustomDebugInformationTag.LocalScope; in ToHasCustomDebugInformationTag()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/PortablePdb/
H A DTables.Debug.cs473 …return HasCustomDebugInformationTag.ConvertToHandle(Block.PeekTaggedReference(rowOffset + ParentOf… in GetParent()
496 HasCustomDebugInformationTag.ConvertToTag(parentHandle), in GetRange()
H A DHasCustomDebugInformationTag.cs9 internal static class HasCustomDebugInformationTag class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/
H A DMetadataReader.cs750 …mbined = ComputeCodedTokenSize(HasCustomDebugInformationTag.LargeRowSize, combinedRowCounts, HasCu… in InitializeTableReaders()