8 references to NotNullAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Attributes\AttributeData.cs (1)
797IsTargetAttribute(target, AttributeDescription.NotNullAttribute))
Symbols\Metadata\PE\PEFieldSymbol.cs (1)
419if (module.HasAttribute(handle, AttributeDescription.NotNullAttribute)) annotations |= FlowAnalysisAnnotations.NotNull;
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
790if (module.HasAttribute(handle, AttributeDescription.NotNullAttribute))
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
237else if (attribute.IsTargetAttribute(this, AttributeDescription.NotNullAttribute))
Symbols\Source\SourceComplexParameterSymbol.cs (1)
829else if (attribute.IsTargetAttribute(this, AttributeDescription.NotNullAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
746else if (attribute.IsTargetAttribute(this, AttributeDescription.NotNullAttribute))
Symbols\Source\SourcePropertySymbolBase.cs (2)
1292else if (attribute.IsTargetAttribute(this, AttributeDescription.NotNullAttribute)) 1378=> FindAttribute(AttributeDescription.NotNullAttribute);