Implemented interface member:
property
TypeArgumentNullableAnnotations
Microsoft.CodeAnalysis.INamedTypeSymbol.TypeArgumentNullableAnnotations
2 overrides of TypeArgumentNullableAnnotations
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationConstructedNamedTypeSymbol.cs (1)
33public override ImmutableArray<NullableAnnotation> TypeArgumentNullableAnnotations => _typeArguments.SelectAsArray(t => t.NullableAnnotation);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationNamedTypeSymbol.cs (1)
130public override ImmutableArray<NullableAnnotation> TypeArgumentNullableAnnotations