9 references to AnnotatedAttributeValue
Microsoft.CodeAnalysis.CSharp (9)
Emitter\Model\MostCommonNullableValueBuilder.cs (1)
21
/// <see cref="NullableAnnotationExtensions.
AnnotatedAttributeValue
"/>
Symbols\Metadata\PE\PETypeParameterSymbol.cs (2)
495
case NullableAnnotationExtensions.
AnnotatedAttributeValue
:
527
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
: