Class SymbolExtensionsExposes the ISymbol from IDeclaration. Inheritance object SymbolExtensions Namespace: Metalama.Framework.Engine.CodeModelAssembly: Metalama.Framework.Sdk.dllSyntax public static class SymbolExtensions Methods Name Description GetDeclaration(ICompilation, ISymbol) GetExpressionType(ISymbol) GetOverriddenMember(ISymbol?) GetRoslynCompilation(ICompilation) GetSemanticModel(ICompilation, SyntaxTree) GetSymbol(IAssembly) GetSymbol(IDeclaration) GetSymbol(IEvent) GetSymbol(IField) GetSymbol(IMethodBase) GetSymbol(INamedType) GetSymbol(IParameter) GetSymbol(IProperty) GetSymbol(IRef<ICompilationElement>, Compilation, bool) GetSymbol(IType) GetSymbol(ITypeParameter) TryGetDeclaration(ICompilation, ISymbol, out IDeclaration?)