3 references to AddOutput
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
125
/// A collection of items added via <see cref="HostOutputProductionContext.
AddOutput
(string, object)"/>.
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler (1)
GeneratorExtensions.cs (1)
29
ctx.
AddOutput
(output.Item1, output.Item2);
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
385
context.
AddOutput
(nameof(RazorGeneratorResult), new RazorGeneratorResult(tagHelpers, filePathToDocument.ToImmutable(), hintNameToFilePath.ToImmutable()));