Implemented interface member:
property
TypeArguments
Microsoft.CodeAnalysis.IMethodSymbol.TypeArguments
2 overrides of TypeArguments
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationConstructedMethodSymbol.cs (1)
56
public override ImmutableArray<ITypeSymbol>
TypeArguments
=> _typeArguments;
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationMethodSymbol.cs (1)
100
public override ImmutableArray<ITypeSymbol>
TypeArguments
1 reference to TypeArguments
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractMethodSymbol.cs (1)
64
public ImmutableArray<NullableAnnotation> TypeArgumentNullableAnnotations =>
TypeArguments
.SelectAsArray(a => a.NullableAnnotation);