4 references to ParseType
Mono.Cecil (2)
Mono.Cecil\AssemblyReader.cs (1)
3710 return TypeParser.ParseType (reader.module, ReadUTF8String ());
Mono.Cecil\ModuleDefinition.cs (1)
720 ? TypeParser.ParseType (this, fullName, typeDefinitionOnly: true)
Mono.Cecil.Pdb (2)
Mono.Cecil.Pdb\NativePdbReader.cs (2)
268 var type = TypeParser.ParseType (module, value); 286 var type = TypeParser.ParseType (module, alias_target_value);