1 write to Content
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentGenericTypePass.cs (1)
83binding.Content = typeArgumentNode.Value;
2 references to Content
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (2)
93ValueExpression = $"default({binding.Content.Content})", 302if (binding.Node == null || string.IsNullOrWhiteSpace(binding.Content?.Content))