7 references to DebuggerHidden
Microsoft.CodeAnalysis (5)
CodeGen\LocalSlotManager.cs (1)
179
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
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
MetadataUtilities.cs (1)
465
if (attributes == (int)LocalVariableAttributes.
DebuggerHidden
)
PDB\MethodDebugInfo.Portable.cs (1)
177
if ((variable.Attributes & LocalVariableAttributes.
DebuggerHidden
) != 0)