4 instantiations of Program
dotnet-sourcelink (4)
Program.cs (4)
188
return await new
Program
(parseResult).TestAsync(path, authenticationHeader, offline, cancellationToken).ConfigureAwait(false);
319
=> Task.FromResult(new
Program
(parseResult).PrintJson(path));
341
=> Task.FromResult(new
Program
(parseResult).PrintDocuments(path));
366
=> Task.FromResult(new
Program
(parseResult).PrintUrls(path));
1 reference to Program
dotnet-sourcelink (1)
Program.cs (1)
58
var attribute = (AssemblyInformationalVersionAttribute)typeof(
Program
).Assembly.GetCustomAttributes(typeof(AssemblyInformationalVersionAttribute), false).Single();