5 references to FullPath
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (4)
1277
if (IsMetaprojTargetPath(projectTargetInstance.Value.
FullPath
))
1286
isFromNuget = FileClassifier.Shared.IsInNugetCache(projectTargetInstance.Value.
FullPath
);
1287
isCustom = !FileClassifier.Shared.IsBuiltInLogic(projectTargetInstance.Value.
FullPath
) ||
1289
(isFromNuget && FileClassifier.Shared.IsMicrosoftPackageInNugetCache(projectTargetInstance.Value.
FullPath
));
Microsoft.Build.Engine.OM.UnitTests (1)
Instance\ProjectTargetInstance_Tests.cs (1)
123
Assert.Equal(project.FullPath, target.
FullPath
);