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