Implemented interface member:
property
ElementType
Microsoft.CodeAnalysis.IArrayTypeSymbol.ElementType
1 write to ElementType
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationArrayTypeSymbol.cs (1)
15this.ElementType = elementType;
2 references to ElementType
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationArrayTypeSymbol.cs (2)
48=> new CodeGenerationArrayTypeSymbol(this.ElementType, this.Rank, nullableAnnotation); 72public NullableAnnotation ElementNullableAnnotation => ElementType.NullableAnnotation;