1 instantiation of GeneratorRunResult
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\GeneratorRunResult.cs (1)
103return new(generatorResult, project);
11 references to GeneratorRunResult
Microsoft.CodeAnalysis.Remote.Razor (11)
ProjectSystem\GeneratorRunResult.cs (1)
48public static async Task<GeneratorRunResult> CreateAsync(bool throwIfNotFound, Project project, CancellationToken cancellationToken)
ProjectSystem\RemoteProjectSnapshot.cs (10)
54var generatorResult = await GeneratorRunResult.CreateAsync(throwIfNotFound: false, _project, cancellationToken).ConfigureAwait(false); 136var generatorResult = await GeneratorRunResult.CreateAsync(throwIfNotFound: true, _project, cancellationToken).ConfigureAwait(false); 145var generatorResult = await GeneratorRunResult.CreateAsync(throwIfNotFound: true, _project, cancellationToken).ConfigureAwait(false); 162var generatorResult = await GeneratorRunResult.CreateAsync(throwIfNotFound: false, _project, cancellationToken).ConfigureAwait(false); 178var generatorResult = await GeneratorRunResult.CreateAsync(throwIfNotFound: false, _project, cancellationToken).ConfigureAwait(false);