1 write to Interfaces
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeParameterBounds.cs (1)
35this.Interfaces = interfaces;
2 references to Interfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
624return (bounds != null) ? bounds.Interfaces : ImmutableArray<NamedTypeSymbol>.Empty;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
101return (bounds != null) ? bounds.Interfaces : ImmutableArray<NamedTypeSymbol>.Empty;