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