10 references to TextUpdateType
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SolutionTests\SolutionTests.cs (10)
424TextUpdateType updateType)
494private static Solution UpdateSolution(PreservationMode mode, TextUpdateType updateType, Solution solution, DocumentId documentId1, SourceText text, TextAndVersion textAndVersion)
498TextUpdateType.SourceText => solution.WithDocumentText(documentId1, text, mode),
499TextUpdateType.TextAndVersion => solution.WithDocumentText(documentId1, textAndVersion, mode),
500TextUpdateType.TextLoader => solution.WithDocumentTextLoader(documentId1, TextLoader.From(textAndVersion), mode),
509TextUpdateType updateType)
585TextUpdateType updateType)
674TextUpdateType updateType)
751TextUpdateType updateType)
827TextUpdateType updateType)