4 references to Insert
Microsoft.CodeAnalysis (4)
CommandLine\AnalyzerConfigSet.cs (1)
624configList.Insert(0, originalEntry.configPath);
InternalUtilities\SetWithInsertionOrder.cs (1)
59_elements!.Insert(index, value);
Text\CompositeText.cs (2)
223segments.Insert(i, SourceText.From("\r\n")); 357segments.Insert(i, newText);