4 references to UsingNamespace
Mono.Cecil.Pdb (4)
Mono.Cecil.Pdb\NativePdbWriter.cs (4)
155
writer.
UsingNamespace
("U" + target.@namespace);
158
writer.
UsingNamespace
("T" + TypeParser.ToParseable (target.type));
161
writer.
UsingNamespace
("A" + target.Alias + " U" + target.@namespace);
164
writer.
UsingNamespace
("A" + target.Alias + " T" + TypeParser.ToParseable (target.type));