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