9 references to TextUpdateType
Microsoft.CodeAnalysis.Workspaces.UnitTests (9)
SolutionTests\SolutionTests.cs (9)
402TextUpdateType updateType)
472private static Solution UpdateSolution(PreservationMode mode, TextUpdateType updateType, Solution solution, DocumentId documentId1, SourceText text, TextAndVersion textAndVersion)
476TextUpdateType.SourceText => solution.WithDocumentText(documentId1, text, mode),
477TextUpdateType.TextAndVersion => solution.WithDocumentText(documentId1, textAndVersion, mode),
478TextUpdateType.TextLoader => solution.WithDocumentTextLoader(documentId1, TextLoader.From(textAndVersion), mode),
487TextUpdateType updateType)
563TextUpdateType updateType)
652TextUpdateType updateType)
729TextUpdateType updateType)