3 references to CreateInsert
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
3437SemanticEditKind.Insert => SemanticEditInfo.CreateInsert(symbolKey, partialType), 5611semanticEdits.Add(SemanticEditInfo.CreateInsert(newCtorKey, partialType));
EditAndContinue\SemanticEditInfo.cs (1)
65return CreateInsert(SymbolKey.Create(symbol, cancellationToken), partialType);