1 reference to FileExistsNoThrow
MSBuild (1)
TaskFactoryUtilities.cs (1)
56
public bool IsValid => string.IsNullOrEmpty(AssemblyPath) || FileUtilities.
FileExistsNoThrow
(AssemblyPath);