3 references to StateMachineHoistedLocalScopes
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.PortablePdb.cs (1)
618
kind: _debugMetadataOpt.GetOrAddGuid(PortableCustomDebugInfoKinds.
StateMachineHoistedLocalScopes
),
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs (1)
48
/// Equivalent to <see cref="PortableCustomDebugInfoKinds.
StateMachineHoistedLocalScopes
"/> in Portable PDB.
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
392
hoistedLocalScopes = TryGetCustomDebugInformation(reader, methodHandle, PortableCustomDebugInfoKinds.
StateMachineHoistedLocalScopes
, out var info)