2 writes to _fullPath
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Reference.cs (2)
496
_fullPath
= value;
524
_fullPath
= FileUtilities.NormalizePath(_fullPath);
12 references to _fullPath
Microsoft.Build.Tasks.Core (12)
AssemblyDependency\Reference.cs (12)
489
return
_fullPath
;
494
if (
_fullPath
!= value)
501
if (string.IsNullOrEmpty(
_fullPath
))
516
IsWinMDFile = _isWinMDFile(
_fullPath
, _getRuntimeVersion, _fileExists, out _imageRuntimeVersion, out _isManagedWinMDFile);
524
_fullPath = FileUtilities.NormalizePath(
_fullPath
);
536
if ((string.IsNullOrEmpty(_directoryName)) && (!string.IsNullOrEmpty(
_fullPath
)))
538
_directoryName = Path.GetDirectoryName(
_fullPath
);
556
if ((string.IsNullOrEmpty(_fileNameWithoutExtension)) && (!string.IsNullOrEmpty(
_fullPath
)))
558
_fileNameWithoutExtension = Path.GetFileNameWithoutExtension(
_fullPath
);
571
if ((string.IsNullOrEmpty(_fullPathWithoutExtension)) && (!string.IsNullOrEmpty(
_fullPath
)))
786
get { return
_fullPath
.Length > 0; }
1054
if (IsFrameworkFile(
_fullPath
, frameworkPaths))