Implemented interface member:
property
BuildAssemblyPath
Microsoft.Build.Tasks.ISGenTaskContract.BuildAssemblyPath
13 writes to BuildAssemblyPath
Microsoft.Build.Tasks.UnitTests (13)
SGen_Tests.cs (13)
61sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 82sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 97sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 115sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 131sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll" + Path.GetInvalidPathChars()[0]; 149sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 167sgen.BuildAssemblyPath = null; 182sgen.BuildAssemblyPath = NativeMethodsShared.IsUnixLike 200sgen.BuildAssemblyPath = NativeMethodsShared.IsUnixLike 217sgen.BuildAssemblyPath = NativeMethodsShared.IsUnixLike ? "/SomeFolder/MyAsm.dll" : "C:\\SomeFolder\\MyAsm.dll"; 232sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 248sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll"; 264sgen.BuildAssemblyPath = "C:\\SomeFolder\\MyAsm.dll";
8 references to BuildAssemblyPath
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
164ErrorUtilities.VerifyThrowArgumentNull(value, nameof(BuildAssemblyPath)); 262Debug.Assert(BuildAssemblyPath.Length > 0, "Build assembly path is blank"); 263return Path.Combine(BuildAssemblyPath, SerializationAssemblyName); 267private string AssemblyFullPath => Path.Combine(BuildAssemblyPath, BuildAssemblyName);
Microsoft.Build.Tasks.UnitTests (4)
SGen_Tests.cs (4)
188string targetCommandLine = "/assembly:\"" + sgen.BuildAssemblyPath + Path.DirectorySeparatorChar 206string targetCommandLine = "/assembly:\"" + sgen.BuildAssemblyPath + Path.DirectorySeparatorChar 221string targetCommandLine = "/assembly:\"" + sgen.BuildAssemblyPath + Path.DirectorySeparatorChar 271string targetCommandLine = "/assembly:\"" + sgen.BuildAssemblyPath + Path.DirectorySeparatorChar