Base:
method
GetConstraintTypes
Microsoft.CodeAnalysis.CSharp.Symbols.TypeParameterSymbol.GetConstraintTypes(Roslyn.Utilities.ConsList<Microsoft.CodeAnalysis.CSharp.Symbols.TypeParameterSymbol>)
1 reference to GetConstraintTypes
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DocumentationComments\CrefTests.cs (1)
1566
AssertEx.All(actualTypeParameters, p => p.
GetConstraintTypes
(null).Length == 0);