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