2 writes to ResolvedPath
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
915
ResolvedPath
= FileUtilities.EnsureTrailingSlash(sdk.ItemSpec);
930
ResolvedPath
= String.Empty;
5 references to ResolvedPath
Microsoft.Build.Tasks.Core (5)
ResolveSDKReference.cs (5)
603
Log.LogMessageFromResources(MessageImportance.Low, "ResolveSDKReference.FoundSDK", reference.
ResolvedPath
);
770
public bool Resolved => !String.IsNullOrEmpty(
ResolvedPath
);
1011
_sdkManifestPath = Path.Combine(
ResolvedPath
, "SDKManifest.xml");
1015
_sdkManifest = new SDKManifest(
ResolvedPath
);
1170
ResolvedItem = new TaskItem(
ResolvedPath
);