2 references to NotNullWhenAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
794else if (module.HasMaybeNullWhenOrNotNullWhenOrDoesNotReturnIfAttribute(handle, AttributeDescription.NotNullWhenAttribute, out bool when))
Symbols\Source\SourceComplexParameterSymbol.cs (1)
833else if (attribute.IsTargetAttribute(this, AttributeDescription.NotNullWhenAttribute))