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