5 references to IsPartialTypeEdit
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
2891IsPartialTypeEdit(oldType, newType, oldTree, newTree) ? typeKey : null)); 3489: IsPartialTypeEdit(oldSymbol, newSymbol, oldTree, newTree) 3605partialType: IsPartialTypeEdit(oldSymbol, newSymbol, oldTree, newTree) ? symbolKey : null)); 4195IsPartialTypeEdit(oldOutermostReloadableType, newOutermostReloadableType, oldTree, newTree) ? oldOutermostReloadableTypeKey : null)); 5584var isPartialEdit = IsPartialTypeEdit(oldType, newType, oldSyntaxTree, newSyntaxTree);