10 references to TextUpdateType
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SolutionTests\SolutionTests.cs (10)
438TextUpdateType updateType)
508private static Solution UpdateSolution(PreservationMode mode, TextUpdateType updateType, Solution solution, DocumentId documentId1, SourceText text, TextAndVersion textAndVersion)
512TextUpdateType.SourceText => solution.WithDocumentText(documentId1, text, mode),
513TextUpdateType.TextAndVersion => solution.WithDocumentText(documentId1, textAndVersion, mode),
514TextUpdateType.TextLoader => solution.WithDocumentTextLoader(documentId1, TextLoader.From(textAndVersion), mode),
523TextUpdateType updateType)
599TextUpdateType updateType)
688TextUpdateType updateType)
765TextUpdateType updateType)
841TextUpdateType updateType)