17 references to GetString
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
2492var docPath = mdReader.GetString(doc.Name);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
PDB\PDBEmbeddedSourceTests.cs (1)
125FilePath = pdbReader.GetString(document.Name),
PDB\PortablePdbTests.cs (2)
192AssertEx.Equal(new[] { "goo.cs" }, mdReader.Documents.Select(doc => mdReader.GetString(mdReader.GetDocument(doc).Name))); 253AssertEx.Equal(new[] { "goo.cs" }, mdReader.Documents.Select(doc => mdReader.GetString(mdReader.GetDocument(doc).Name)));
PDB\TypeDefinitionDocumentTests.cs (1)
501result.Add(pdbReader.GetString(doc.Name));
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
71documentName = reader.GetString(document.Name);
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\DocumentDebugInfoReader.cs (2)
45var filePath = _pdbReader.GetString(document.Name); 66var documentName = _pdbReader.GetString(document.Name);
Microsoft.CodeAnalysis.Rebuild (2)
CompilationFactory.cs (1)
169var name = pdbReader.GetString(document.Name);
CompilationOptionsReader.cs (1)
183var name = PdbReader.GetString(document.Name);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
3411Dim docPath = mdReader.GetString(doc.Name)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
PDB\PDBEmbeddedSourceTests.vb (1)
105.FilePath = pdbReader.GetString(document.Name),
PDB\PortablePdbTests.vb (2)
100AssertEx.Equal({"goo.vb"}, mdReader.Documents.Select(Function(doc) mdReader.GetString(mdReader.GetDocument(doc).Name))) 154AssertEx.Equal({"goo.vb"}, mdReader.Documents.Select(Function(doc) mdReader.GetString(mdReader.GetDocument(doc).Name)))
PDB\TypeDefinitionDocumentTests.vb (1)
382result.Add(pdbReader.GetString(doc.Name))
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
88sourceFile = reader.GetString(reader.GetDocument(bestPointSoFar.Value.Document).Name);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
53public static string GetString(this DocumentNameBlobHandle handle, MetadataReader reader) => reader.GetString(handle);