5 references to RunGenerator
Microsoft.Gen.MetricsReports.Unit.Tests (5)
GeneratorTests.cs (5)
51
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
76
_ = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options, reportFileName: goldenFileName);
91
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
111
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
134
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);