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