6 references to DebuggerHidden
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
180
bool compilerGenerated = (localVariable.Attributes & LocalVariableAttributes.
DebuggerHidden
) != 0;
Microsoft.CodeAnalysis (5)
CodeGen\LocalSlotManager.cs (1)
186
pdbAttributes: LocalVariableAttributes.
DebuggerHidden
,
CodeGen\SignatureOnlyLocalDefinition.cs (1)
53
public LocalVariableAttributes PdbAttributes => LocalVariableAttributes.
DebuggerHidden
;
PEWriter\Members.cs (2)
328
/// we emit <see cref="LocalVariableAttributes.
DebuggerHidden
"/> for locals that should
333
/// A value of <see cref="LocalVariableAttributes.
DebuggerHidden
"/> is a sufficient, but not a necessary, condition for hiding the
SynthesizedLocalKind.cs (1)
301
? LocalVariableAttributes.
DebuggerHidden