Bari.Plugins.VsCore.VisualStudio.ProjectSections.ReferencesSection.IsSolutionReference C# (CSharp) Method

IsSolutionReference() private static method

private static IsSolutionReference ( TargetRelativePath refPath ) : bool
refPath TargetRelativePath
return bool
        private static bool IsSolutionReference(TargetRelativePath refPath)
        {
            return ((string)refPath).StartsWith("SLN!");
        }