2 writes to ResolvedPath
Microsoft.Build.Tasks.Core (2)
ResolveSDKReference.cs (2)
919ResolvedPath = FileUtilities.EnsureTrailingSlash(sdk.ItemSpec); 934ResolvedPath = String.Empty;
5 references to ResolvedPath
Microsoft.Build.Tasks.Core (5)
ResolveSDKReference.cs (5)
607Log.LogMessageFromResources(MessageImportance.Low, "ResolveSDKReference.FoundSDK", reference.ResolvedPath); 774public bool Resolved => !String.IsNullOrEmpty(ResolvedPath); 1015_sdkManifestPath = Path.Combine(ResolvedPath, "SDKManifest.xml"); 1019_sdkManifest = new SDKManifest(ResolvedPath); 1174ResolvedItem = new TaskItem(ResolvedPath);