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