12 references to NotNullIfNotNull
Microsoft.Extensions.Identity.Core (12)
ILookupNormalizer.cs (2)
18[return: NotNullIfNotNull("name")] 26[return: NotNullIfNotNull("email")]
ILookupProtector.cs (2)
19[return: NotNullIfNotNull("data")] 28[return: NotNullIfNotNull("data")]
IPersonalDataProtector.cs (2)
18[return: NotNullIfNotNull("data")] 26[return: NotNullIfNotNull("data")]
RoleManager.cs (1)
232[return: NotNullIfNotNull("key")]
UpperInvariantLookupNormalizer.cs (2)
18[return: NotNullIfNotNull("name")] 33[return: NotNullIfNotNull("email")]
UserManager.cs (3)
590[return: NotNullIfNotNull("name")] 599[return: NotNullIfNotNull("email")] 603[return: NotNullIfNotNull("data")]