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