Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats Top APIs
    Version Source
  1. Catalog
  2. Microsoft.CodeAnalysis
  3. ITypeSymbol
  4. Interfaces
  • ITypeSymbol
    • AllInterfaces
    • BaseType
    • ExtensionParameter
    • Interfaces
    • IsAnonymousType
    • IsClosed
    • IsExtension
    • IsNativeIntegerType
    • IsReadOnly
    • IsRecord
    • IsReferenceType
    • IsRefLikeType
    • IsTupleType
    • IsUnion
    • IsUnmanagedType
    • IsValueType
    • NullableAnnotation
    • OriginalDefinition
    • SpecialType
    • TypeKind
    • FindImplementationForInterfaceMember(ISymbol)
    • GetClosedDerivedTypeInfo(CancellationToken)
    • ToDisplayParts(NullableFlowState, SymbolDisplayFormat)
    • ToDisplayString(NullableFlowState, SymbolDisplayFormat)
    • ToMinimalDisplayParts(SemanticModel, NullableFlowState, Int32, SymbolDisplayFormat)
    • ToMinimalDisplayString(SemanticModel, NullableFlowState, Int32, SymbolDisplayFormat)
    • WithNullableAnnotation(NullableAnnotation)
net11.0
namespace Microsoft.CodeAnalysis
{
    public interface ITypeSymbol : INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>
    {
        ImmutableArray<INamedTypeSymbol!> Interfaces { get; }
    }
}
nuget.org
0.1 %
Reference this API
.NET
10.011.0
Information specific to net11.0
Assembly

Microsoft.CodeAnalysis , Version=5.9.0.0, PublicKeyToken=31bf3856ad364e35

Referencing

Your project needs a package reference to Microsoft.CodeAnalysis.Common.

Package Microsoft.CodeAnalysis.Common (5.9.0) net10.0
Platform Restrictions

The property getter is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

08/23/2026
An error has occurred. This application may no longer respond until reloaded. Reload 🗙