1 write to _contentFactory
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\LazyContent.cs (1)
63_contentFactory = null!;
2 references to _contentFactory
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\LazyContent.cs (2)
57Debug.Assert(_contentFactory is not null, "Content factory should not be null at this point."); 60_value = _contentFactory(_arg) ?? string.Empty;