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