1 instantiation of HostProductionContext
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler (1)
HostOutputNode.cs (1)
55
HostProductionContext context = new
HostProductionContext
(output);
4 references to HostProductionContext
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler (4)
GeneratorExtensions.cs (1)
14
public static void RegisterHostOutput<TSource>(ref this IncrementalGeneratorInitializationContext @this, IncrementalValuesProvider<TSource> source, Action<
HostProductionContext
, TSource, CancellationToken> action)
HostOutputNode.cs (3)
21
private readonly Action<
HostProductionContext
, TInput, CancellationToken> _action;
23
public HostOutputNode(IIncrementalGeneratorNode<TInput> source, Action<
HostProductionContext
, TInput, CancellationToken> action)
55
HostProductionContext
context = new HostProductionContext(output);