.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.CodeAnalysis
  3. ISymbol
  4. GetRootOperation(ISymbol, CancellationToken)
  • ISymbol
    • CanBeReferencedByName
    • ContainingAssembly
    • ContainingModule
    • ContainingNamespace
    • ContainingSymbol
    • ContainingType
    • DeclaredAccessibility
    • DeclaringSyntaxReferences
    • HasUnsupportedMetadata
    • IsAbstract
    • IsDefinition
    • IsExtern
    • IsImplicitlyDeclared
    • IsOverride
    • IsSealed
    • IsStatic
    • IsVirtual
    • Kind
    • Language
    • Locations
    • MetadataName
    • MetadataToken
    • Name
    • OriginalDefinition
    • Accept(SymbolVisitor)
    • Accept<TResult>(SymbolVisitor<TResult>)
    • Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    • Equals(ISymbol, SymbolEqualityComparer)
    • GetAttributes()
    • GetDocumentationCommentId()
    • GetDocumentationCommentXml(CultureInfo, Boolean, CancellationToken)
    • ToDisplayParts(SymbolDisplayFormat)
    • ToDisplayString(SymbolDisplayFormat)
    • ToMinimalDisplayParts(SemanticModel, Int32, SymbolDisplayFormat)
    • ToMinimalDisplayString(SemanticModel, Int32, SymbolDisplayFormat)
    • GetRootOperation(ISymbol, CancellationToken)
netcoreapp2.0
namespace Microsoft.CodeAnalysis.Semantics
{
    public static class OperationExtensions
    {
        public static IOperation GetRootOperation(this ISymbol symbol, CancellationToken cancellationToken = default);
    }
}
.NET Core 2.0
Information specific to netcoreapp2.0
Assembly

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

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙