1 override of IsDeclarationWithSharedBody
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
175internal override bool IsDeclarationWithSharedBody(SyntaxNode declaration, ISymbol member)
2 references to IsDeclarationWithSharedBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1173Debug.Assert(IsDeclarationWithSharedBody(oldDeclaration, oldMember)); 1453Debug.Assert(IsDeclarationWithSharedBody(oldDeclaration, oldMember));