Search Results for

    Show / Hide Table of Contents

    Interface ISourceAssemblySymbol

    Inherited Members
    IAssemblySymbol.GivesAccessTo(IAssemblySymbol)
    IAssemblySymbol.GetTypeByMetadataName(string)
    IAssemblySymbol.ResolveForwardedType(string)
    IAssemblySymbol.GetForwardedTypes()
    IAssemblySymbol.GetMetadata()
    IAssemblySymbol.IsInteractive
    IAssemblySymbol.Identity
    IAssemblySymbol.GlobalNamespace
    IAssemblySymbol.Modules
    IAssemblySymbol.TypeNames
    IAssemblySymbol.NamespaceNames
    IAssemblySymbol.MightContainExtensionMethods
    ISymbol.GetAttributes()
    ISymbol.Accept(SymbolVisitor)
    ISymbol.Accept<TResult>(SymbolVisitor<TResult>)
    ISymbol.Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    ISymbol.GetDocumentationCommentId()
    ISymbol.GetDocumentationCommentXml(CultureInfo, bool, CancellationToken)
    ISymbol.ToDisplayString(SymbolDisplayFormat)
    ISymbol.ToDisplayParts(SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayString(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayParts(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.Equals(ISymbol, SymbolEqualityComparer)
    ISymbol.Kind
    ISymbol.Language
    ISymbol.Name
    ISymbol.MetadataName
    ISymbol.MetadataToken
    ISymbol.ContainingSymbol
    ISymbol.ContainingAssembly
    ISymbol.ContainingModule
    ISymbol.ContainingType
    ISymbol.ContainingNamespace
    ISymbol.IsDefinition
    ISymbol.IsStatic
    ISymbol.IsVirtual
    ISymbol.IsOverride
    ISymbol.IsAbstract
    ISymbol.IsSealed
    ISymbol.IsExtern
    ISymbol.IsImplicitlyDeclared
    ISymbol.CanBeReferencedByName
    ISymbol.Locations
    ISymbol.DeclaringSyntaxReferences
    ISymbol.DeclaredAccessibility
    ISymbol.OriginalDefinition
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface ISourceAssemblySymbol : IAssemblySymbol, ISymbol, IEquatable<ISymbol?>

    Properties

    Compilation

    Declaration
    Compilation Compilation { get; }
    Property Value
    Type Description
    Compilation
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0