7 references to None
Microsoft.CodeAnalysis (4)
CodeGen\LocalConstantDefinition.cs (1)
57
public LocalVariableAttributes PdbAttributes => LocalVariableAttributes.
None
;
PEWriter\Members.cs (2)
329
/// definitely not bind in the debugger and <see cref="LocalVariableAttributes.
None
"/>
334
/// local in the debugger. Locals with value <see cref="LocalVariableAttributes.
None
"/> may also be hidden.
SynthesizedLocalKind.cs (1)
302
: LocalVariableAttributes.
None
;
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
1457
pdbAttributes:=LocalVariableAttributes.
None
,
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
EEAssemblyBuilder.vb (1)
131
pdbAttributes:=LocalVariableAttributes.
None
,
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
538
LocalVariableHandle localHandle = _pdbBuilder.AddLocalVariable(LocalVariableAttributes.
None
, local.LocalIndex,