5 references to IsPartialTypeEdit
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
2886IsPartialTypeEdit(oldType, newType, oldTree, newTree) ? typeKey : null)); 3484: IsPartialTypeEdit(oldSymbol, newSymbol, oldTree, newTree) 3600partialType: IsPartialTypeEdit(oldSymbol, newSymbol, oldTree, newTree) ? symbolKey : null)); 4190IsPartialTypeEdit(oldOutermostReloadableType, newOutermostReloadableType, oldTree, newTree) ? oldOutermostReloadableTypeKey : null)); 5579var isPartialEdit = IsPartialTypeEdit(oldType, newType, oldSyntaxTree, newSyntaxTree);