1 write to _typeArguments
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationConstructedNamedTypeSymbol.cs (1)
28
_typeArguments
= typeArguments;
3 references to _typeArguments
Microsoft.CodeAnalysis.Workspaces (3)
CodeGenerationConstructedNamedTypeSymbol.cs (3)
31
public override ImmutableArray<ITypeSymbol> TypeArguments =>
_typeArguments
;
33
public override ImmutableArray<NullableAnnotation> TypeArgumentNullableAnnotations =>
_typeArguments
.SelectAsArray(t => t.NullableAnnotation);
99
_typeArguments
,