5 references to RunGenerator
Microsoft.Gen.MetricsReports.Unit.Tests (5)
GeneratorTests.cs (5)
52
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
77
_ = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options, reportFileName: goldenFileName);
92
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
112
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
135
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);