1 write to DeletedSymbolContainerProvider
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\SemanticEditDescription.cs (1)
39
DeletedSymbolContainerProvider
= deletedSymbolContainerProvider;
2 references to DeletedSymbolContainerProvider
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
EditAndContinue\EditAndContinueTestHelpers.cs (2)
318
if (expectedSemanticEdit.
DeletedSymbolContainerProvider
is null)
325
Assert.Equal(deletedSymbolContainer, expectedSemanticEdit.
DeletedSymbolContainerProvider
?.Invoke(newCompilation));