2 writes to constants
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbScope.cs (2)
19
this.
constants
= constants;
45
constants
= new PdbConstant[constantCount];
4 references to constants
Mono.Cecil.Pdb (4)
Microsoft.Cci.Pdb\PdbScope.cs (1)
95
constants
[constant++] = new PdbConstant(bits);
Mono.Cecil.Pdb\NativePdbReader.cs (3)
184
if (!scope.
constants
.IsNullOrEmpty ()) {
185
parent.constants = new Collection<ConstantDebugInformation> (scope.
constants
.Length);
187
foreach (var constant in scope.
constants
) {