10 references to TextUpdateType
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SolutionTests\SolutionTests.cs (10)
426TextUpdateType updateType)
496private static Solution UpdateSolution(PreservationMode mode, TextUpdateType updateType, Solution solution, DocumentId documentId1, SourceText text, TextAndVersion textAndVersion)
500TextUpdateType.SourceText => solution.WithDocumentText(documentId1, text, mode),
501TextUpdateType.TextAndVersion => solution.WithDocumentText(documentId1, textAndVersion, mode),
502TextUpdateType.TextLoader => solution.WithDocumentTextLoader(documentId1, TextLoader.From(textAndVersion), mode),
511TextUpdateType updateType)
587TextUpdateType updateType)
676TextUpdateType updateType)
753TextUpdateType updateType)
829TextUpdateType updateType)