2 writes to FullName
BasicWebSite (2)
Controllers\HomeController.cs (2)
82
FullName
= "John <b>Smith</b>"
93
FullName
= "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)
56
Model.
FullName
Controllers\TempDataPropertyController.cs (1)
42
return $"{Message}{NullableInt} for person {person.
FullName
} with id {person.id}.";