12 references to Name
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 (4)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
156if (_pdbReader.StringComparer.Equals(document.Name, documentPath, ignoreCase: false))
PdbSourceDocument\DocumentDebugInfoReader.cs (3)
45var filePath = _pdbReader.GetString(document.Name); 63if (document.Name.IsNil) 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.Metadata (1)
System\Reflection\Metadata\BlobReader.cs (1)
625/// Blobs that contain references to other blobs are used in Portable PDB format, for example <see cref="Document.Name"/>.