5 references to FullPath
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (4)
1275
if (IsMetaprojTargetPath(projectTargetInstance.Value.
FullPath
))
1284
isFromNuget = FileClassifier.Shared.IsInNugetCache(projectTargetInstance.Value.
FullPath
);
1285
isCustom = !FileClassifier.Shared.IsBuiltInLogic(projectTargetInstance.Value.
FullPath
) ||
1287
(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
);