1 write to AssemblyPath
MSBuild (1)
TaskFactoryUtilities.cs (1)
44
AssemblyPath
= assemblyPath;
2 references to AssemblyPath
MSBuild (2)
TaskFactoryUtilities.cs (2)
56
public bool IsValid => string.IsNullOrEmpty(
AssemblyPath
) || FileUtilities.FileExistsNoThrow(
AssemblyPath
);