3 references to HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEParameterSymbol.cs (3)
785
else if (module.
HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute
(handle, AttributeDescription.MaybeNullWhenAttribute, out bool when))
794
else if (module.
HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute
(handle, AttributeDescription.NotNullWhenAttribute, out bool when))
799
if (module.
HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute
(handle, AttributeDescription.DoesNotReturnIfAttribute, out bool condition))