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