8 references to AnnotatedAttributeValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (2)
494
case NullableAnnotationExtensions.
AnnotatedAttributeValue
:
526
if (GetNullableAttributeValue() == NullableAnnotationExtensions.
AnnotatedAttributeValue
)
Symbols\NullableContextKind.cs (2)
62
value = NullableAnnotationExtensions.
AnnotatedAttributeValue
;
79
case NullableAnnotationExtensions.
AnnotatedAttributeValue
:
Symbols\Source\SourceTypeParameterSymbol.cs (2)
410
return NullableAnnotationExtensions.
AnnotatedAttributeValue
;
421
return NullableAnnotationExtensions.
AnnotatedAttributeValue
;
Symbols\TypeWithAnnotations.cs (2)
641
flag = NullableAnnotationExtensions.
AnnotatedAttributeValue
;
700
case NullableAnnotationExtensions.
AnnotatedAttributeValue
: