Base:
property
TypeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.TypeArgumentsWithAnnotations
1 override of TypeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstructedMethodSymbol.cs (1)
27public override ImmutableArray<TypeWithAnnotations> TypeArgumentsWithAnnotations
5 references to TypeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (5)
Symbols\SubstitutedMethodSymbol.cs (5)
154return ((object)method == null) ? null : method.Construct(this.TypeArgumentsWithAnnotations); 178return this.TypeArgumentsWithAnnotations[reducedFromTypeParameter.Ordinal].Type; 391foreach (var arg in this.TypeArgumentsWithAnnotations) 408var typeArguments = method.TypeArgumentsWithAnnotations; 454if (!this.TypeArgumentsWithAnnotations[i].Equals(other.TypeArgumentsWithAnnotations[i], compareKind))