9 instantiations of MaybeNull
Microsoft.AspNetCore.Mvc.Abstractions (1)
Filters\FilterContext.cs (1)
80[return: MaybeNull]
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\StrongBox.cs (1)
18[MaybeNull] public T Value = default!;
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (1)
30[MaybeNull]
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
245[MaybeNull]
System.Private.Xml (1)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
318[return: MaybeNull]
System.Security.Cryptography (3)
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
12[MaybeNull] protected KeySizes[] LegalKeySizesValue = null!;
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
1643[MaybeNull] protected KeySizes[] LegalBlockSizesValue = null!; 1644[MaybeNull] protected KeySizes[] LegalKeySizesValue = null!;
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\RateLimitLease.cs (1)
35public bool TryGetMetadata<T>(MetadataName<T> metadataName, [MaybeNull] out T metadata)
3 references to MaybeNull
mscorlib (1)
mscorlib.cs (1)
63[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.MaybeNullAttribute))]
netstandard (1)
netstandard.cs (1)
624[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.MaybeNullAttribute))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net9.0\System.Runtime.Forwards.cs (1)
138[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.CodeAnalysis.MaybeNullAttribute))]