1 write to _resolvedPath
Microsoft.Build.Tasks.Core (1)
ManifestUtil\BaseReference.cs (1)
113set => _resolvedPath = value;
3 references to _resolvedPath
Microsoft.Build.Tasks.Core (3)
ManifestUtil\BaseReference.cs (3)
112get => _resolvedPath; 155if (!String.IsNullOrEmpty(_resolvedPath)) 157return _resolvedPath;