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