Implemented interface member:
property
ElementType
Microsoft.CodeAnalysis.IArrayTypeSymbol.ElementType
2 references to ElementType
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationArrayTypeSymbol.cs (2)
41
=> new CodeGenerationArrayTypeSymbol(this.
ElementType
, this.Rank, nullableAnnotation);
65
public NullableAnnotation ElementNullableAnnotation =>
ElementType
.NullableAnnotation;