3 references to Usings
Microsoft.NET.Build.Tasks (3)
GenerateGlobalUsings.cs (3)
20
if (
Usings
.Length == 0)
26
var usings =
Usings
.Select(UsingInfo.Read)
30
var lines = new string[
Usings
.Length + 1];