3 references to GetNullableContextAttribute
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
NullableAttributesVisitor.cs (3)
37_nullableContext = GetNullableContextAttribute(type.GetAttributes()) ?? _nullableContext; 47_nullableContext = GetNullableContextAttribute(method.GetAttributes()) ?? _nullableContext; 63var nullableContextAttribute = GetNullableContextAttribute(symbol.GetAttributes());