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