1 reference to GetNullableAttribute
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
NullableAttributesVisitor.cs (1)
64
var nullableAttribute =
GetNullableAttribute
((symbol is MethodSymbol method) ? method.GetReturnTypeAttributes() : symbol.GetAttributes());