2 writes to _path
Microsoft.Build (1)
BackEnd\Components\SdkResolution\SdkResult.cs (1)
84translator.Translate(ref _path);
Microsoft.Build.Framework (1)
Sdk\SdkResult.cs (1)
41public virtual string Path { get => _path; protected set => _path = value; }
4 references to _path
Microsoft.Build (3)
BackEnd\Components\SdkResolution\SdkResult.cs (3)
108StringComparer.OrdinalIgnoreCase.Equals(_path, result._path) && 159hashCode = (hashCode * -1521134295) + StringComparer.OrdinalIgnoreCase.GetHashCode(_path);
Microsoft.Build.Framework (1)
Sdk\SdkResult.cs (1)
41public virtual string Path { get => _path; protected set => _path = value; }