2 references to IsPartialTypeEdit
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
2736
IsPartialTypeEdit
(oldType, newType, oldTree, newTree) ? typeKey : null));
5342
var isPartialEdit =
IsPartialTypeEdit
(oldType, newType, oldSyntaxTree, newSyntaxTree);