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;
63
var nullableContextAttribute =
GetNullableContextAttribute
(symbol.GetAttributes());