20 references to PortableCustomDebugInfoKinds
Microsoft.CodeAnalysis (20)
PEWriter\MetadataWriter.PortablePdb.cs (14)
148
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.PrimaryConstructorInformationBlob),
479
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.DefaultNamespace),
496
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.DynamicLocalVariables),
508
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.TupleElementNames),
596
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.AsyncMethodSteppingInformationBlob),
618
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.StateMachineHoistedLocalScopes),
778
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.EmbeddedSource),
818
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.EncLocalSlotMap),
830
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.EncLambdaAndClosureMap),
842
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.EncStateMachineStateMap),
864
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.SourceLink),
934
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.CompilationOptions),
1012
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.CompilationMetadataReferences),
1029
kind: _debugMetadataOpt.GetOrAddGuid(
PortableCustomDebugInfoKinds
.TypeDefinitionDocuments),
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs (6)
48
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.StateMachineHoistedLocalScopes"/> in Portable PDB.
65
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.DynamicLocalVariables"/> in Portable PDB.
75
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.EncLocalSlotMap"/> in Portable PDB.
85
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.EncLambdaAndClosureMap"/> in Portable PDB.
94
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.TupleElementNames"/> in Portable PDB.
103
/// Equivalent to <see cref="
PortableCustomDebugInfoKinds
.EncStateMachineStateMap"/> in Portable PDB.