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