4 writes to Name
IdentitySample.PasskeyConformance (1)
Program.cs (1)
60Name = request.Username,
IdentitySample.PasskeyUI (1)
Program.cs (1)
56Name = request.Username,
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.PasskeyUserEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PasskeyUserEntity(){ Id = (string)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1030Name = UserName!,
5 references to Name
IdentitySample.PasskeyConformance (1)
Program.cs (1)
116user = new PocoUser(userName: userEntity.Name)
IdentitySample.PasskeyUI (1)
artifacts\obj\IdentitySample.PasskeyUI\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components_Pages_Home_razor.g.cs (1)
200user = new PocoUser(userName: userEntity.Name)
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.PasskeyUserEntity.g.cs (2)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PasskeyUserEntity)obj).Name, 140string __value_Name = ((global::Microsoft.AspNetCore.Identity.PasskeyUserEntity)value).Name;
PasskeyHandler.cs (1)
59Name = userEntity.Name,