1 write to TextDocument
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\CodeFixContext.cs (1)
125
TextDocument
= document ?? throw new ArgumentNullException(nameof(document));
4 references to TextDocument
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
947
var document = context.
TextDocument
;
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\CodeFixContext.cs (3)
28
/// <see cref="CodeFixContext.
TextDocument
"/> property instead.
34
if (
TextDocument
is not Document document)
52
/// Text span within the <see cref="Document"/> or <see cref="
TextDocument
"/> to fix.