2 writes to _content
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\IntermediateNodeFormatter.cs (2)
85
_content
= content;
144
_content
= null;
4 references to _content
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\IntermediateNodeFormatter.cs (4)
114
WriteEscaped(
_content
);
148
[MemberNotNullWhen(true, nameof(
_content
))]
150
=>
_content
!= null && (_properties.Count == 0 || Mode == FormatterMode.PreferContent);
153
=> _properties.Count > 0 && (
_content
== null || Mode == FormatterMode.PreferContent);