Property | Type | Description |
---|
Method | Description | |
---|---|---|
InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode ) : System |
Initializes a new instance of the InheritableDeclaration class.
|
|
InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System |
Initializes a new instance of the InheritableDeclaration class.
|
Method | Description | |
---|---|---|
CreateBaseTypeReferenceHelper ( BaseTypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis typeKind ) : |
|
protected CreateBaseTypeReferenceHelper ( BaseTypeSyntax node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis typeKind ) : |
||
node | BaseTypeSyntax | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
typeKind | Microsoft.CodeAnalysis | |
return |
public InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode ) : System | ||
syntaxNode | Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax | |
return | System |
public InheritableDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System | ||
syntaxNode | Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | System |