1 instantiation of PdbSource
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\PdbFile.cs (1)
564src = new PdbSource(name, doctypeGuid, languageGuid, vendorGuid, checksumAlgoGuid, checksum);
14 references to PdbSource
Mono.Cecil.Pdb (14)
Microsoft.Cci.Pdb\PdbFile.cs (10)
161Dictionary<string, PdbSource> sourceCache) 228PdbSource src = (PdbSource)checks[(int)file.index]; 280Dictionary<string, PdbSource> sourceCache) 371Dictionary<string, PdbSource> sourceCache = new Dictionary<string, PdbSource>(); 440Dictionary<string, int> nameIndex, PdbReader reader, Dictionary<uint, PdbTokenLine> tokenToSourceMapping, Dictionary<string,PdbSource> sourceCache) { 515tokenLine.sourceFile = (PdbSource)sourceFiles[(int)tokenLine.file_id]; 523Dictionary<string, int> nameIndex, PdbReader reader, Dictionary<string, PdbSource> sourceCache) 548PdbSource src;
Microsoft.Cci.Pdb\PdbLines.cs (2)
8internal PdbSource file; 11internal PdbLines(PdbSource file, uint count) {
Microsoft.Cci.Pdb\PdbTokenLine.cs (1)
14internal PdbSource sourceFile;
Mono.Cecil.Pdb\NativePdbReader.cs (1)
340 Document GetDocument (PdbSource source)