12 overrides of GetTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (12)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
92
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\LambdaSymbol.cs (1)
406
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
() => ImmutableArray<ImmutableArray<TypeWithAnnotations>>.Empty;
Symbols\Source\LocalFunctionSymbol.cs (1)
433
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceConstructorSymbolBase.cs (1)
147
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
157
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceDestructorSymbol.cs (1)
107
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceEventAccessorSymbol.cs (1)
209
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
309
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
335
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
795
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs (1)
44
public sealed override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
() => ImmutableArray<ImmutableArray<TypeWithAnnotations>>.Empty;
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
203
public override ImmutableArray<ImmutableArray<TypeWithAnnotations>>
GetTypeParameterConstraintTypes
()
1 reference to GetTypeParameterConstraintTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
709
var constraints = _owner.
GetTypeParameterConstraintTypes
();