1 write to DeletedSymbolContainer
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SemanticEditInfo.cs (1)
55
DeletedSymbolContainer
= deletedSymbolContainer;
4 references to DeletedSymbolContainer
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4026
if (x.
DeletedSymbolContainer
is null != y.
DeletedSymbolContainer
is null)
EditAndContinue\EditSession.cs (2)
750
else if (edit.Kind == SemanticEditKind.Delete && edit.
DeletedSymbolContainer
is not null)
753
newResolution = edit.
DeletedSymbolContainer
.Value.Resolve(newCompilation, ignoreAssemblyKey: true, cancellationToken);