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