2 references to DoesNotReturnIfAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
816
if (module.HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute(handle, AttributeDescription.
DoesNotReturnIfAttribute
, out bool condition))
Symbols\Source\SourceComplexParameterSymbol.cs (1)
841
else if (attribute.IsTargetAttribute(AttributeDescription.
DoesNotReturnIfAttribute
))