1 write to DocumentContext
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\ElementCompletionContext.cs (1)
30
DocumentContext
= documentContext ?? throw new ArgumentNullException(nameof(documentContext));
5 references to DocumentContext
Microsoft.CodeAnalysis.Razor.Workspaces (5)
Completion\TagHelperCompletionService.cs (5)
172
var prefix = completionContext.
DocumentContext
.Prefix ?? string.Empty;
175
completionContext.
DocumentContext
,
290
var prefix = completionContext.
DocumentContext
.Prefix ?? string.Empty;
293
completionContext.
DocumentContext
,
311
completionContext.
DocumentContext
,