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