resharper/resharper-unity/src/Unity/CSharp/Psi/Search/UnityInputActionsTextOccurence.cs [14:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OccurrencePresentationOptions presentationOptions, OccurrenceType occurrenceType = OccurrenceType.Occurrence) : base(sourceFile, documentRange, presentationOptions, occurrenceType) { } [CanBeNull] public virtual string GetRelatedFolderPresentation() { var parts = SourceFile.DisplayName.Split('\\').ToArray(); if (parts.Length == 1) return null; var path = string.Join("/", parts.Take(parts.Length - 1)); return path; } public virtual IconId GetIcon() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - resharper/resharper-unity/src/Unity/Yaml/Feature/Services/Navigation/AnimImplicitOccurence.cs [14:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OccurrencePresentationOptions presentationOptions, OccurrenceType occurrenceType = OccurrenceType.Occurrence) : base(sourceFile, documentRange, presentationOptions, occurrenceType) { } [CanBeNull] public virtual string GetRelatedFolderPresentation() { var parts = SourceFile.DisplayName.Split('\\').ToArray(); if (parts.Length == 1) return null; var path = string.Join("/", parts.Take(parts.Length - 1)); return path; } public virtual IconId GetIcon() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -