2 writes to FullName
BasicWebSite (2)
Controllers\HomeController.cs (2)
82FullName = "John <b>Smith</b>" 93FullName = "John <b>Smith</b>"
2 references to FullName
BasicWebSite (2)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_TempDataProperty_DetailsView_cshtml.g.cs (1)
56Model.FullName
Controllers\TempDataPropertyController.cs (1)
42return $"{Message}{NullableInt} for person {person.FullName} with id {person.id}.";