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)
57
Debug.Assert(
_contentFactory
is not null, "Content factory should not be null at this point.");
60
_value =
_contentFactory
(_arg) ?? string.Empty;