5 references to RunGenerator
Microsoft.Gen.MetadataExtractor.Unit.Tests (5)
GeneratorTests.cs (5)
86
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
112
_ = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options, reportFileName: goldenFileName);
131
var d = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
155
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);
181
var diags = await
RunGenerator
(await File.ReadAllTextAsync(inputFile), options);