1 write to AssemblyPath
Microsoft.Build.Tasks.Core (1)
TaskFactoryUtilities.cs (1)
44
AssemblyPath
= assemblyPath;
5 references to AssemblyPath
Microsoft.Build.Tasks.Core (5)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (3)
670
if (!string.IsNullOrEmpty(cachedEntry.
AssemblyPath
) && !FileUtilities.FileExistsNoThrow(cachedEntry.
AssemblyPath
))
679
_assemblyPath = cachedEntry.
AssemblyPath
;
TaskFactoryUtilities.cs (2)
56
public bool IsValid => string.IsNullOrEmpty(
AssemblyPath
) || FileUtilities.FileExistsNoThrow(
AssemblyPath
);