Implemented interface member:
property
BuildAssemblyPath
Microsoft.Build.Tasks.ISGenTaskContract.BuildAssemblyPath
3 references to BuildAssemblyPath
Microsoft.Build.Tasks.Core (3)
SGen.cs (3)
166
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
BuildAssemblyPath
));
260
private AbsolutePath SerializationAssemblyPath => new AbsolutePath(Path.Combine(
BuildAssemblyPath
, SerializationAssemblyName));
262
private AbsolutePath AssemblyFullPath => new AbsolutePath(Path.Combine(
BuildAssemblyPath
, BuildAssemblyName));