2 implementations of TryGetText
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
ProjectSystem\TestDocumentSnapshot.cs (1)
63
public bool
TryGetText
([NotNullWhen(true)] out SourceText? result)
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\RemoteDocumentSnapshot.cs (1)
56
public bool
TryGetText
([NotNullWhen(true)] out SourceText? result)