4 references to parseRef
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
CscTests.cs (4)
656
parseRef
(@"util.dll", "a=b");
657
parseRef
(@"util.dll", "a b");
658
parseRef
(@"util.dll", "a;b");
659
parseRef
(@"util.dll", @"a""b");