10 references to GetString
dotnet-sourcelink (2)
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
129_urlCache.Add(handle, url = _reader.GetString(_reader.GetDocument(handle).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)
186var name = PdbReader.GetString(document.Name);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Navigation\PortablePdbReader.cs (1)
173fileName = _reader.GetString(document.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);