5 references to s_regress444809RootPath
Microsoft.Build.Tasks.UnitTests (5)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (5)
244
protected static readonly string s_regress444809_ADllPath = Path.Combine(
s_regress444809RootPath
, "A.dll");
245
protected static readonly string s_regress444809_BDllPath = Path.Combine(
s_regress444809RootPath
, "B.dll");
246
protected static readonly string s_regress444809_CDllPath = Path.Combine(
s_regress444809RootPath
, "C.dll");
247
protected static readonly string s_regress444809_DDllPath = Path.Combine(
s_regress444809RootPath
, "D.dll");
249
protected static readonly string s_regress444809_V2RootPath = Path.Combine(
s_regress444809RootPath
, "v2");