11 overrides of GetConstraintTypes
Microsoft.CodeAnalysis.CSharp (11)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeParameterSymbol.cs (1)
122
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\ErrorTypeSymbol.ErrorTypeParameterSymbol.cs (1)
162
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
615
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Retargeting\RetargetingTypeParameterSymbol.cs (1)
84
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Source\CrefTypeParameterSymbol.cs (1)
197
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Source\IndexedTypeParameterSymbol.cs (1)
212
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
92
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\SubstitutedTypeParameterSymbol.cs (1)
99
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeParameterSymbol.cs (1)
59
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress) => ImmutableArray<TypeWithAnnotations>.Empty;
Symbols\Synthesized\SynthesizedInlineArrayTypeSymbol.cs (1)
251
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress) => ImmutableArray<TypeWithAnnotations>.Empty;
Symbols\SynthesizedSimpleMethodTypeParameterSymbol.cs (1)
110
internal override ImmutableArray<TypeWithAnnotations>
GetConstraintTypes
(ConsList<TypeParameterSymbol> inProgress)
2 references to GetConstraintTypes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingTypeParameterSymbol.cs (1)
86
return this.RetargetingTranslator.Retarget(_underlyingTypeParameter.
GetConstraintTypes
(inProgress));
Symbols\SubstitutedTypeParameterSymbol.cs (1)
102
_map.SubstituteConstraintTypesDistinctWithoutModifiers(_underlyingTypeParameter, _underlyingTypeParameter.
GetConstraintTypes
(inProgress), constraintTypes, null);