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