1 write to _transformFunc
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyScenarioTest.cs (1)
73
_transformFunc
= transform;
3 references to _transformFunc
Microsoft.AspNetCore.Identity.Test (3)
Passkeys\PasskeyScenarioTest.cs (3)
56
if (
_transformFunc
is not null)
58
initialValue =
_transformFunc
(initialValue) ?? initialValue;
68
if (
_transformFunc
is not null)