Implemented interface member:
property
BuildAssemblyPath
Microsoft.Build.Tasks.ISGenTaskContract.BuildAssemblyPath
4 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);