2 references to TargetRefPath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\BuildPropertyNames.cs (1)
24
public const string TargetRefPath = nameof(
TargetRefPath
);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
171
else if (name == BuildPropertyNames.
TargetRefPath
)