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