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