2 overrides of TryGetContainingTypeDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1156
internal override SyntaxNode?
TryGetContainingTypeDeclaration
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1042
Friend Overrides Function
TryGetContainingTypeDeclaration
(node As SyntaxNode) As SyntaxNode
2 references to TryGetContainingTypeDeclaration
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4720
GetDisplayName(
TryGetContainingTypeDeclaration
(syntax)!, EditKind.Update)
5319
var containingTypeDeclaration =
TryGetContainingTypeDeclaration
(newMemberBody);