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