3 references to FindDocument
Microsoft.Gen.ContextualOptions.Unit.Tests (3)
test\Generators\Shared\RoslynTestUtils.cs (3)
512
var s = await proj.
FindDocument
(l[i]).GetTextAsync().ConfigureAwait(false);
520
var s = await proj.
FindDocument
($"src-{i}.cs").GetTextAsync().ConfigureAwait(false);
527
var s = await proj.
FindDocument
(extraFile).GetTextAsync().ConfigureAwait(false);