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