2 implementations of WithText
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
ProjectSystem\TestDocumentSnapshot.cs (1)
72
public IDocumentSnapshot
WithText
(SourceText text)
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\RemoteDocumentSnapshot.cs (1)
76
public IDocumentSnapshot
WithText
(SourceText text)
1 reference to WithText
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\FormattingContext.cs (1)
234
var changedSnapshot = OriginalSnapshot.
WithText
(changedText);