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