4 references to parseRef
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
CscTests.cs (4)
636
parseRef
(@"util.dll", "a=b");
637
parseRef
(@"util.dll", "a b");
638
parseRef
(@"util.dll", "a;b");
639
parseRef
(@"util.dll", @"a""b");