3 references to DynamicLocalVariables
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.PortablePdb.cs (1)
496kind: _debugMetadataOpt.GetOrAddGuid(PortableCustomDebugInfoKinds.DynamicLocalVariables),
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoKind.cs (1)
65/// Equivalent to <see cref="PortableCustomDebugInfoKinds.DynamicLocalVariables"/> in Portable PDB.
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
407if (TryGetCustomDebugInformation(reader, variableOrConstantHandle, PortableCustomDebugInfoKinds.DynamicLocalVariables, out var info))