4 references to Replace
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
775
builder.
Replace
(existingCommand, newCommand);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntegrationTestBase.cs (1)
356
b.Features.
Replace
(importFeature, new NormalizedDefaultImportFeature(importFeature, LineEnding));
Microsoft.CodeAnalysis.Razor.UnitTests (2)
CompilationTagHelperFeatureTest.cs (2)
92
builder.Features.
Replace
(oldFeature, serviceMock.Object);
135
builder.Features.
Replace
(oldFeature, serviceMock.Object);