13 references to PortableCustomDebugInfoKinds
Microsoft.CodeAnalysis.Features (13)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (3)
123
compressedSlotMap: GetCdiBytes(methodHandle,
PortableCustomDebugInfoKinds
.EncLocalSlotMap),
124
compressedLambdaMap: GetCdiBytes(methodHandle,
PortableCustomDebugInfoKinds
.EncLambdaAndClosureMap),
125
compressedStateMachineStateMap: GetCdiBytes(methodHandle,
PortableCustomDebugInfoKinds
.EncStateMachineStateMap));
PdbSourceDocument\DocumentDebugInfoReader.cs (3)
73
if (_pdbReader.GetGuid(cdi.Kind) ==
PortableCustomDebugInfoKinds
.SourceLink && !cdi.Value.IsNil)
97
if (guid ==
PortableCustomDebugInfoKinds
.EmbeddedSource)
113
if (_pdbReader.GetGuid(customDebugInformation.Kind) ==
PortableCustomDebugInfoKinds
.CompilationOptions)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
161
if (guid ==
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.