1 instantiation of RazorGeneratorResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
361context.AddOutput(nameof(RazorGeneratorResult), new RazorGeneratorResult(tagHelpers, filePathToDocument.ToImmutable(), hintNameToFilePath.ToImmutable()));
4 references to RazorGeneratorResult
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
361context.AddOutput(nameof(RazorGeneratorResult), new RazorGeneratorResult(tagHelpers, filePathToDocument.ToImmutable(), hintNameToFilePath.ToImmutable()));
Microsoft.CodeAnalysis.Remote.Razor (3)
ProjectSystem\GeneratorRunResult.cs (3)
19internal readonly record struct GeneratorRunResult(RazorGeneratorResult GeneratorResult, Project Project) 81if (!runResult.HostOutputs.TryGetValue(nameof(RazorGeneratorResult), out var objectResult)) 92if (objectResult is not RazorGeneratorResult generatorResult)