6 references to DocumentUpdateInfo
Microsoft.CodeAnalysis.CSharp.Features (5)
ConvertLinq\CSharpConvertLinqQueryToForEachProvider.cs (5)
407documentUpdateInfo = new DocumentUpdateInfo(parentStatement, list); 607documentUpdateInfo = new DocumentUpdateInfo(parentStatement, new[] { localFunctionDeclaration, newParentExpressionStatement }); 710return new DocumentUpdateInfo(forEachStatement, statements); 733return new DocumentUpdateInfo(forEachStatement, statements); 777documentUpdateInfo = new DocumentUpdateInfo(returnStatement, statements.Concat(new[] { yieldBreakStatement }));
Microsoft.CodeAnalysis.Features (1)
ConvertLinq\AbstractConvertLinqQueryToForEachProvider.cs (1)
64public DocumentUpdateInfo(TStatement source, TStatement destination) : this(source, new[] { destination })