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