5 references to RunGenerator
Microsoft.Gen.MetadataExtractor.Unit.Tests (5)
GeneratorTests.cs (5)
87
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
113
_ = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options, reportFileName: goldenFileName);
132
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
156
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
182
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);