3 references to PreferContent
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Intermediate\IntermediateNodeFormatter.cs (3)
14IntermediateNodeFormatter.FormatterMode mode = IntermediateNodeFormatter.FormatterMode.PreferContent, 150=> _content != null && (_properties.Count == 0 || Mode == FormatterMode.PreferContent); 153=> _properties.Count > 0 && (_content == null || Mode == FormatterMode.PreferContent);