2 instantiations of ScopeVariable
Mono.Cecil.Mdb (2)
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (1)
1362 scope_vars [i] = new ScopeVariable (reader);
Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs (1)
179 new ScopeVariable (scope, index));
9 references to ScopeVariable
Mono.Cecil.Mdb (9)
Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs (1)
156 ScopeVariable[] scope_vars, LocalVariableEntry[] locals,
Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs (4)
1078 ScopeVariable[] scope_vars; 1128 int token, ScopeVariable[] scope_vars, 1345 public ScopeVariable[] GetScopeVariables () 1359 scope_vars = new ScopeVariable [num_scope_vars];
Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs (4)
40 List<ScopeVariable> _scope_vars; 165 public ScopeVariable[] ScopeVariables { 168 return new ScopeVariable [0]; 177 _scope_vars = new List<ScopeVariable> ();