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)
489return _fullPath; 494if (_fullPath != value) 501if (string.IsNullOrEmpty(_fullPath)) 516IsWinMDFile = _isWinMDFile(_fullPath, _getRuntimeVersion, _fileExists, out _imageRuntimeVersion, out _isManagedWinMDFile); 524_fullPath = FileUtilities.NormalizePath(_fullPath); 536if ((string.IsNullOrEmpty(_directoryName)) && (!string.IsNullOrEmpty(_fullPath))) 538_directoryName = Path.GetDirectoryName(_fullPath); 556if ((string.IsNullOrEmpty(_fileNameWithoutExtension)) && (!string.IsNullOrEmpty(_fullPath))) 558_fileNameWithoutExtension = Path.GetFileNameWithoutExtension(_fullPath); 571if ((string.IsNullOrEmpty(_fullPathWithoutExtension)) && (!string.IsNullOrEmpty(_fullPath))) 786get { return _fullPath.Length > 0; } 1054if (IsFrameworkFile(_fullPath, frameworkPaths))