1 write to Id
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.TokenBinding.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.TokenBinding(){ Status = (string)args[0],
Id
= (string)args[1] },
2 references to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.TokenBinding.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.TokenBinding)obj).
Id
,
114
string __value_Id = ((global::Microsoft.AspNetCore.Identity.TokenBinding)value).
Id
;