3 references to IsPortableCodeView
Microsoft.VisualStudio.LanguageServices (1)
PdbSourceDocument\AbstractSourceLinkService.cs (1)
31
else if (entry.Type == DebugDirectoryEntryType.CodeView && entry.
IsPortableCodeView
)
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\VisualStudio\Core\Def\PdbSourceDocument\AbstractSourceLinkService.cs (1)
31
else if (entry.Type == DebugDirectoryEntryType.CodeView && entry.
IsPortableCodeView
)
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
741
var codeViewEntry = ImmutableArrayExtensions.FirstOrDefault(entries, e => e.
IsPortableCodeView
);