7 references to Content
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\DocumentService\IDocumentExcerptService.cs (2)
46/// span on <see cref="Content"/> that given <see cref="Span"/> got mapped to 51/// classification information on the <see cref="Content"/>
Microsoft.VisualStudio.LanguageServices (5)
CodeLens\RemoteCodeLensReferencesService.cs (2)
215return (reference.Value.Content.ToString().TrimEnd(), 230var lines = tooltip.Value.Content.Lines;
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
484return (result.Value, AbstractDocumentSpanEntry.GetLineContainingPosition(result.Value.Content, result.Value.MappedSpan.Start));
FindReferences\Entries\DocumentSpanEntry.cs (2)
124cs => new ClassifiedText(cs.ClassificationType, _excerptResult.Content.ToString(cs.TextSpan))); 194var clonedBuffer = excerpt.Value.Content.CreateTextBufferWithRoslynContentType(document.Project.Solution.Workspace);