2 references to Replace
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriver.cs (1)
158var newState = _state.With(additionalTexts: _state.AdditionalTexts.Replace(oldText, newText));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.cs (1)
1174var newProjectStates = SortedProjectStates.Replace(oldProjectState, newProjectState);