2 references to Replace
aspire (1)
Projects\ProjectUpdater.cs (1)
589
var updatedContent = SdkDirectiveRegex().
Replace
(fileContent, newDirective, 1);
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Emitter\CoreBindingHelpers.cs (1)
1371
initExpr = $"new {s_arrayBracketsRegex.
Replace
(typeFQN, "[0]", 1)}";