2 instantiations of PdbConstant
Mono.Cecil.Pdb (2)
Microsoft.Cci.Pdb\PdbFunction.cs (1)
330
constants[constant++] = new
PdbConstant
(bits);
Microsoft.Cci.Pdb\PdbScope.cs (1)
95
constants[constant++] = new
PdbConstant
(bits);
7 references to PdbConstant
Mono.Cecil.Pdb (7)
Microsoft.Cci.Pdb\PdbFunction.cs (2)
32
internal
PdbConstant
[] constants;
268
constants = new
PdbConstant
[constantCount];
Microsoft.Cci.Pdb\PdbScope.cs (4)
8
internal
PdbConstant
[] constants;
18
internal PdbScope(uint address, uint offset, uint length, PdbSlot[] slots,
PdbConstant
[] constants, string[] usedNamespaces) {
28
internal PdbScope(uint address, uint length, PdbSlot[] slots,
PdbConstant
[] constants, string[] usedNamespaces)
45
constants = new
PdbConstant
[constantCount];
Mono.Cecil.Pdb\NativePdbReader.cs (1)
187
foreach (
var
constant in scope.constants) {