1 write to PartialType
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
54
PartialType
= partialType;
8 references to PartialType
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\EditSession.cs (5)
807
if (edit.
PartialType
== null)
840
.Where(edit => edit is {
PartialType
: not null, Kind: SemanticEditKind.Update })
841
.GroupBy(edit => edit.
PartialType
!.Value, symbolKeyComparer);
872
if (edit.
PartialType
!= null)
877
var syntaxMaps = (edit.Kind == SemanticEditKind.Update) ? mergedUpdateEditSyntaxMaps[edit.
PartialType
.Value] : default;
EditAndContinue\SemanticEditInfo.cs (1)
122
/// Specified if the edit needs to be merged with other edits of the same <see cref="
PartialType
"/>.
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\EditAndContinueTestVerifier.cs (2)
270
.Where(e => e.
PartialType
== null && e.DeletedSymbolContainer is null)
393
actualSemanticEdit.
PartialType
?.Resolve(newCompilation, ignoreAssemblyKey: true).Symbol,