SYMBOL INDEX (400 symbols across 70 files) FILE: Packages/com.etetet.init/Editor/GitDependencyResolver/DependencyResolver.cs class DependencyResolver (line 17) | [InitializeOnLoad] method MoveToPackage (line 21) | static void MoveToPackage(string package, string version) method DependencyResolver (line 43) | static DependencyResolver() method OnPackagesRegistered (line 49) | static void OnPackagesRegistered(PackageRegistrationEventArgs packageR... method RepairDependencies (line 82) | [MenuItem("ET/Init/RepairDependencies")] FILE: Packages/com.etetet.init/Editor/PackageGit.cs class PackageGit (line 9) | [BsonIgnoreExtraElements] class PackageGitHelper (line 18) | public static class PackageGitHelper method Load (line 20) | public static PackageGit Load(string packageJsonPath) FILE: Packages/com.etetet.init/Editor/ProcessHelper.cs class ProcessHelper (line 10) | internal static class ProcessHelper method PowerShell (line 12) | public static System.Diagnostics.Process PowerShell(string arguments, ... method Run (line 24) | public static System.Diagnostics.Process Run(string exe, string argume... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/Core/CredentialManager.cs class NPMCredential (line 13) | public class NPMCredential class CredentialManager (line 20) | public class CredentialManager method CredentialManager (line 48) | public CredentialManager() method Write (line 81) | public void Write() method HasRegistry (line 107) | public bool HasRegistry(string url) method GetCredential (line 112) | public NPMCredential GetCredential(string url) method SetCredential (line 117) | public void SetCredential(string url, bool alwaysAuth, string token) method RemoveCredential (line 137) | public void RemoveCredential(string url) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/Core/RegistryManager.cs class RegistryManager (line 10) | public class RegistryManager method RegistryManager (line 25) | public RegistryManager() method LoadRegistry (line 46) | private ScopedRegistry LoadRegistry(JObject Jregistry) method UpdateScope (line 69) | private void UpdateScope(ScopedRegistry registry, JToken registryEleme... method GetOrCreateScopedRegistry (line 78) | private JToken GetOrCreateScopedRegistry(ScopedRegistry registry, JObj... method Remove (line 107) | public void Remove(ScopedRegistry registry) method Save (line 126) | public void Save(ScopedRegistry registry) method write (line 146) | private void write(JObject manifestJSON) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/Core/ScopedRegistry.cs class ScopedRegistry (line 7) | [System.Serializable] method ToString (line 18) | public override string ToString() method isValidCredential (line 23) | public bool isValidCredential() method isValid (line 43) | public bool isValid() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/Core/UpgradePackagesManager.cs class UpgradePackagesManager (line 12) | public class UpgradePackagesManager class PackageUpgradeState (line 15) | public class PackageUpgradeState method PackageUpgradeState (line 17) | public PackageUpgradeState(UnityEditor.PackageManager.PackageInfo info) method GetCurrentVersion (line 113) | internal string GetCurrentVersion() method HasNewVersion (line 137) | public bool HasNewVersion(bool showPreviewVersion, bool useVerified) method GetNewestVersion (line 154) | public string GetNewestVersion(bool showPreviewVersion, bool useVeri... method UpgradePackagesManager (line 191) | public UpgradePackagesManager() method Update (line 200) | public void Update() method UpgradePackage (line 222) | public bool UpgradePackage(String packageWithVersion, ref string error) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/NPMLogin.cs class NPMLoginRequest (line 11) | [System.Serializable] class ExpectContinueAware (line 19) | public class ExpectContinueAware : System.Net.WebClient method GetWebRequest (line 21) | protected override System.Net.WebRequest GetWebRequest(Uri address) class NPMLogin (line 35) | public class NPMLogin method UrlCombine (line 37) | internal static string UrlCombine(string start, string more) method GetBintrayToken (line 51) | public static string GetBintrayToken(string user, string apiKey) method GetLoginToken (line 56) | public static NPMResponse GetLoginToken(string url, string user, strin... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/NPMPublish.cs class NPMPublish (line 10) | public class NPMPublish method Publish (line 12) | public static void Publish(string packageFolder, string registry) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/NPMResponse.cs class NPMResponse (line 3) | [System.Serializable] FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/PackageTarball.cs class PackageTarball (line 13) | public class PackageTarball method Create (line 15) | public static string Create(string packageFolder, string outputFolder) method AppendDirectorySeparatorChar (line 40) | private static string AppendDirectorySeparatorChar(string path) method AddDirectoryFilesToTar (line 54) | private static void AddDirectoryFilesToTar(TarArchive tarArchive, stri... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/PublicationManifest.cs class PublicationManifest (line 20) | internal class PublicationManifest method LoadManifest (line 42) | internal static JObject LoadManifest(string packageFolder) method PublicationManifest (line 73) | internal PublicationManifest(string packageFolder, string registry) method GetReadmeFilename (line 150) | private string GetReadmeFilename(string packageFolder) method GetReadme (line 165) | private string GetReadme(string readmeFile) method SHA512 (line 170) | private string SHA512(byte[] data) method SHA1 (line 176) | private string SHA1(byte[] data) method CreateTarball (line 185) | public void CreateTarball(string packageFolder) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/NPM/WebExceptionParser.cs class WebExceptionParser (line 5) | public class WebExceptionParser method ParseWebException (line 7) | public static string ParseWebException(WebException e) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/BulkAddPackages.cs class BulkAddPackages (line 11) | public class BulkAddPackages : EditorWindow method ManageRegistries (line 16) | internal static void ManageRegistries() method OnEnable (line 21) | void OnEnable() method OnGUI (line 26) | void OnGUI() method AddPackages (line 56) | private void AddPackages() method CloseWindow (line 99) | private void CloseWindow() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/CredentialEditorView.cs class CredentialEditorView (line 9) | class CredentialEditorView : EditorWindow method OnEnable (line 22) | void OnEnable() method OnDisable (line 28) | void OnDisable() method CreateNew (line 33) | public void CreateNew(CredentialManager credentialManager) method Edit (line 41) | public void Edit(NPMCredential credential, CredentialManager credentia... method OnGUI (line 53) | void OnGUI() method Save (line 122) | private void Save() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/CredentialManagerView.cs class CredentialManagerView (line 11) | public class CredentialManagerView : EditorWindow method OnEnable (line 16) | void OnEnable() method OnGUI (line 22) | void OnGUI() method GetCredentialList (line 27) | internal static ReorderableList GetCredentialList(CredentialManager cr... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/GetTokenView.cs class TokenMethod (line 9) | internal class TokenMethod : GUIContent method TokenMethod (line 16) | public TokenMethod(string name, string usernameName, string passwordNa... class GetTokenView (line 24) | internal class GetTokenView : EditorWindow method OnEnable (line 43) | void OnEnable() method OnDisable (line 48) | void OnDisable() method SetRegistry (line 53) | private void SetRegistry(TokenMethod tokenMethod, ScopedRegistry regis... method OnGUI (line 60) | void OnGUI() method CreateWindow (line 88) | private static void CreateWindow(TokenMethod method, ScopedRegistry re... method GetNPMLoginToken (line 96) | private static bool GetNPMLoginToken(ScopedRegistry registry, string u... method GetBintrayToken (line 113) | private static bool GetBintrayToken(ScopedRegistry registry, string us... method CloseWindow (line 120) | private void CloseWindow() method CreateGUI (line 132) | internal static int CreateGUI(int selectedIndex, ScopedRegistry registry) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/InstallPackageCreator.cs class InstallPackageCreatorView (line 9) | internal class InstallPackageCreatorView : EditorWindow method ManageRegistries (line 12) | internal static void ManageRegistries() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/RegistryManagerView.cs class RegistryManagerView (line 11) | public class RegistryManagerView : EditorWindow method ManageRegistries (line 13) | [MenuItem("ET/Init/Manage scoped registries", false, 21)] method OnEnable (line 21) | void OnEnable() method OnGUI (line 27) | void OnGUI() method GetRegistryList (line 33) | internal static ReorderableList GetRegistryList(RegistryManager regist... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/ScopedRegistryEditorView.cs class ScopedRegistryEditorView (line 10) | class ScopedRegistryEditorView : EditorWindow method OnEnable (line 21) | void OnEnable() method OnDisable (line 28) | void OnDisable() method CreateNew (line 33) | public void CreateNew(RegistryManager controller) method Edit (line 41) | public void Edit(ScopedRegistry registry, RegistryManager controller) method OnGUI (line 51) | void OnGUI() method Save (line 137) | private void Save() method Add (line 151) | private void Add() method UpdateCredential (line 166) | private void UpdateCredential() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/SettingsProvider.cs class CredentialManagerSettingsProvider (line 12) | static class CredentialManagerSettingsProvider method CreateMyCustomSettingsProvider (line 14) | [SettingsProvider] class Styles (line 69) | private static class Styles method Styles (line 73) | static Styles() method ThirdPartyInfo (line 85) | private static void ThirdPartyInfo() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/Halodi/PackageRegistry/UI/UpgradePackagesView.cs class UpgradePackagesView (line 10) | internal class UpgradePackagesView : EditorWindow method ManageRegistries (line 13) | internal static void ManageRegistries() method OnEnable (line 27) | void OnEnable() method OnDisable (line 35) | void OnDisable() method Package (line 42) | private void Package(PackageUpgradeState info) method OnGUI (line 82) | void OnGUI() method Upgrade (line 144) | private void Upgrade() method CloseWindow (line 202) | private void CloseWindow() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/CloudBuildManifest.cs class CloudBuildManifest (line 9) | internal class CloudBuildManifest method CloudBuildManifest (line 25) | private CloudBuildManifest() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVer.cs class SemVer (line 9) | [Serializable] method Parse (line 56) | public static SemVer Parse(string semVer) method ClampAndroidBundleVersionCode (line 133) | private static uint ClampAndroidBundleVersionCode(uint value, string n... method SemVer (line 150) | public SemVer() method IncrementMajor (line 160) | public void IncrementMajor() method IncrementMinor (line 169) | public void IncrementMinor() method IncrementPatch (line 178) | public void IncrementPatch() method Validate (line 188) | public SemVerValidationResult Validate() method Clone (line 196) | public SemVer Clone() method CompareTo (line 209) | public int CompareTo(SemVer other) method Equals (line 214) | public bool Equals(SemVer other) method Equals (line 221) | public override bool Equals(object obj) method GetHashCode (line 228) | public override int GetHashCode() method ToString (line 233) | public override string ToString() FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerAttribute.cs class SemVerAttribute (line 8) | public class SemVerAttribute : PropertyAttribute FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerAutoBuild.cs class SemVerAutoBuild (line 10) | public abstract class SemVerAutoBuild type Type (line 15) | public enum Type method Get (line 38) | internal abstract string Get(string build); method Set (line 40) | internal abstract string Set(string build); class ManualBuild (line 42) | private class ManualBuild : SemVerAutoBuild method Get (line 44) | internal override string Get(string build) method Set (line 49) | internal override string Set(string build) class CloudBuildNumberBuild (line 55) | private class CloudBuildNumberBuild : ReadOnly method Get (line 57) | internal override string Get(string build) class ReadOnly (line 65) | public abstract class ReadOnly : SemVerAutoBuild method Set (line 67) | internal sealed override string Set(string build) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerComparer.cs class SemVerComparer (line 7) | internal class SemVerComparer : IComparer method Compare (line 9) | public int Compare(SemVer x, SemVer y) method ComparePreReleaseVersions (line 22) | private static int ComparePreReleaseVersions(SemVer x, SemVer y) method IsPreRelease (line 47) | private static bool IsPreRelease(SemVer semVer) method ComparePreReleaseIdentifiers (line 52) | private static int ComparePreReleaseIdentifiers(string xIdentifier, st... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerConverter.cs class SemVerConverter (line 3) | internal static class SemVerConverter method FromString (line 5) | public static SemVer FromString(string semVerString) method ToString (line 32) | public static string ToString(SemVer semVer) FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerErrorMessage.cs class SemVerErrorMessage (line 3) | public static class SemVerErrorMessage FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerValidationResult.cs class SemVerValidationResult (line 9) | public class SemVerValidationResult method SemVerValidationResult (line 26) | internal SemVerValidationResult(ReadOnlyCollection errors, Sem... FILE: Packages/com.halodi.halodi-unity-package-registry-manager/Editor/ThirdParty/Unity-SemVer/SemVerValidator.cs class SemVerValidator (line 8) | internal class SemVerValidator method Validate (line 13) | public SemVerValidationResult Validate(SemVer semVer) method ValidatePreRelease (line 22) | private void ValidatePreRelease(SemVer semVer) method ValidateBuild (line 30) | private void ValidateBuild(SemVer semVer) method ValidateIdentifiers (line 38) | private string[] ValidateIdentifiers(string identifiers) method ValidateLeadingZeroes (line 60) | private string[] ValidateLeadingZeroes(IList identifiers) method JoinIdentifiers (line 82) | private static string JoinIdentifiers(string[] identifiers) FILE: Packages/com.unity.ide.rider/Rider/Editor/Discovery.cs type IDiscovery (line 9) | internal interface IDiscovery method PathCallback (line 11) | CodeEditor.Installation[] PathCallback(); class Discovery (line 14) | internal class Discovery : IDiscovery method Discovery (line 19) | static Discovery() method PathCallback (line 26) | public CodeEditor.Installation[] PathCallback() class RiderLocatorEnvironment (line 57) | internal class RiderLocatorEnvironment : IRiderLocatorEnvironment method FromJson (line 77) | public T FromJson(string json) method Verbose (line 82) | public void Verbose(string message, Exception e = null) method Info (line 90) | public void Info(string message, Exception e = null) method Warn (line 97) | public void Warn(string message, Exception e = null) method Error (line 104) | public void Error(string message, Exception e = null) FILE: Packages/com.unity.ide.rider/Rider/Editor/EditorPluginInterop.cs class EditorPluginInterop (line 10) | internal static class EditorPluginInterop method DisableSyncSolutionOnceCallBack (line 43) | private static void DisableSyncSolutionOnceCallBack() method OpenFileDllImplementation (line 84) | public static bool OpenFileDllImplementation(string path, int line, in... method EditorPluginIsLoadedFromAssets (line 115) | public static bool EditorPluginIsLoadedFromAssets(Assembly assembly) method InitEntryPoint (line 125) | internal static void InitEntryPoint(Assembly assembly) FILE: Packages/com.unity.ide.rider/Rider/Editor/LoggingLevel.cs type LoggingLevel (line 3) | internal enum LoggingLevel FILE: Packages/com.unity.ide.rider/Rider/Editor/PluginSettings.cs class PluginSettings (line 6) | internal static class PluginSettings method RiderPreferencesItem (line 26) | [SettingsProvider] method LinkButton (line 101) | public static bool LinkButton(string url) FILE: Packages/com.unity.ide.rider/Rider/Editor/PostProcessors/RiderAssetPostprocessor.cs class RiderAssetPostprocessor (line 6) | internal class RiderAssetPostprocessor: AssetPostprocessor method OnPreGeneratingCSProjectFiles (line 8) | public static bool OnPreGeneratingCSProjectFiles() FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/AssemblyNameProvider.cs class AssemblyNameProvider (line 11) | internal class AssemblyNameProvider : IAssemblyNameProvider method GetAssemblyNameFromScriptPath (line 37) | public string GetAssemblyNameFromScriptPath(string path) method GetAllAssemblies (line 42) | public Assembly[] GetAllAssemblies() method GetAssembliesByType (line 65) | private static Assembly[] GetAssembliesByType(AssembliesType type) method GetNamedAssembly (line 98) | public Assembly GetNamedAssembly(string name) method GetProjectName (line 109) | public string GetProjectName(string name, string[] defines) method GetAllAssetPaths (line 116) | public IEnumerable GetAllAssetPaths() method GetPackageRootDirectoryName (line 121) | private static string GetPackageRootDirectoryName(string assetPath) method GetPackageInfoForAssetPath (line 134) | public PackageInfo GetPackageInfoForAssetPath(string assetPath) method ResetCaches (line 158) | public void ResetCaches() method IsInternalizedPackagePath (line 166) | public bool IsInternalizedPackagePath(string path) method ParseResponseFile (line 210) | public ResponseFileData ParseResponseFile(string responseFilePath, str... method GetRoslynAnalyzerPaths (line 229) | public IEnumerable GetRoslynAnalyzerPaths() method ToggleProjectGeneration (line 236) | public void ToggleProjectGeneration(ProjectGenerationFlag preference) method ResetProjectGenerationFlag (line 248) | public void ResetProjectGenerationFlag() FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/FileIOProvider.cs class FileIOProvider (line 8) | class FileIOProvider : IFileIO method Exists (line 10) | public bool Exists(string path) method GetReader (line 15) | public TextReader GetReader(string path) method ReadAllText (line 20) | public string ReadAllText(string path) method WriteAllText (line 25) | public void WriteAllText(string path, string content) method EscapedRelativePathFor (line 31) | public string EscapedRelativePathFor(string file, string rootDirectory... method SkipPathPrefix (line 41) | private static string SkipPathPrefix(string path, string prefix) FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/GUIDProvider.cs class GUIDProvider (line 2) | class GUIDProvider : IGUIDGenerator method ProjectGuid (line 4) | public string ProjectGuid(string name) FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IAssemblyNameProvider.cs type IAssemblyNameProvider (line 8) | internal interface IAssemblyNameProvider method GetAssemblyNameFromScriptPath (line 14) | string GetAssemblyNameFromScriptPath(string path); method GetProjectName (line 15) | string GetProjectName(string name, string[] defines); method IsInternalizedPackagePath (line 16) | bool IsInternalizedPackagePath(string path); method GetAllAssemblies (line 17) | Assembly[] GetAllAssemblies(); method GetNamedAssembly (line 18) | Assembly GetNamedAssembly(string name); method GetAllAssetPaths (line 19) | IEnumerable GetAllAssetPaths(); method GetPackageInfoForAssetPath (line 20) | UnityEditor.PackageManager.PackageInfo GetPackageInfoForAssetPath(stri... method ParseResponseFile (line 21) | ResponseFileData ParseResponseFile(string responseFilePath, string pro... method GetRoslynAnalyzerPaths (line 22) | IEnumerable GetRoslynAnalyzerPaths(); method ToggleProjectGeneration (line 23) | void ToggleProjectGeneration(ProjectGenerationFlag preference); method ResetCaches (line 24) | void ResetCaches(); FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IFileIO.cs type IFileIO (line 5) | internal interface IFileIO method Exists (line 7) | bool Exists(string path); method GetReader (line 9) | TextReader GetReader(string path); method ReadAllText (line 10) | string ReadAllText(string path); method WriteAllText (line 11) | void WriteAllText(string path, string content); method EscapedRelativePathFor (line 15) | string EscapedRelativePathFor(string path, string rootDirectoryFullPath); FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IGUIDGenerator.cs type IGUIDGenerator (line 3) | internal interface IGUIDGenerator method ProjectGuid (line 5) | string ProjectGuid(string name); FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/IGenerator.cs type IGenerator (line 5) | internal interface IGenerator method SyncIfNeeded (line 7) | bool SyncIfNeeded(IEnumerable affectedFiles, IEnumerable affectedFiles, IEnumerabl... method HasFilesBeenModified (line 118) | private bool HasFilesBeenModified(IEnumerable affectedFiles, I... method ShouldSyncOnReimportedAsset (line 123) | private static bool ShouldSyncOnReimportedAsset(string asset) method Sync (line 129) | public void Sync() method HasSolutionBeenGenerated (line 151) | public bool HasSolutionBeenGenerated() method SetupSupportedExtensions (line 156) | private void SetupSupportedExtensions() method ShouldFileBePartOfSolution (line 166) | private bool ShouldFileBePartOfSolution(string file) method HasValidExtension (line 176) | public bool HasValidExtension(string file) method IsSupportedExtension (line 186) | private bool IsSupportedExtension(string extension) class AssemblyUsage (line 191) | private class AssemblyUsage method AddProjectAssembly (line 196) | public void AddProjectAssembly(Assembly assembly) method AddPrecompiledAssembly (line 201) | public void AddPrecompiledAssembly(Assembly assembly) method IsProjectAssembly (line 206) | public bool IsProjectAssembly(Assembly assembly) => m_ProjectAssembl... method IsPrecompiledAssembly (line 207) | public bool IsPrecompiledAssembly(Assembly assembly) => m_Precompile... method GenerateAndWriteSolutionAndProjects (line 210) | private void GenerateAndWriteSolutionAndProjects(Type[] types) method AddProjectPart (line 292) | private static ProjectPart AddProjectPart(string assemblyName, Assembl... method GetAdditionalAssets (line 309) | private Dictionary> GetAdditionalAssets() method SyncProject (line 404) | private void SyncProject(StringBuilder stringBuilder, ProjectPart isla... method SyncProjectFileIfNotChanged (line 412) | private void SyncProjectFileIfNotChanged(string path, string newConten... method SyncSolutionFileIfNotChanged (line 422) | private void SyncSolutionFileIfNotChanged(string path, string newConte... method OnGeneratedCSProjectFiles (line 429) | private static void OnGeneratedCSProjectFiles(Type[] types) method GetAssetPostprocessorTypes (line 447) | public static Type[] GetAssetPostprocessorTypes() method OnPreGeneratingCSProjectFiles (line 452) | private static bool OnPreGeneratingCSProjectFiles(Type[] types) method OnGeneratedCSProject (line 476) | private static string OnGeneratedCSProject(string path, string content... method OnGeneratedSlnSolution (line 499) | private static string OnGeneratedSlnSolution(string path, string conte... method SyncFileIfNotChanged (line 522) | private void SyncFileIfNotChanged(string path, string newContents) method HasChanged (line 530) | private bool HasChanged(string path, string newContents) method ProjectText (line 568) | private string ProjectText(StringBuilder projectBuilder, ProjectPart a... method ProjectFile (line 639) | private string ProjectFile(ProjectPart projectPart) method SolutionFile (line 644) | public string SolutionFile() method ProjectHeader (line 649) | private void ProjectHeader(StringBuilder stringBuilder, ProjectPart as... method GetGlobalAnalyzerConfigFile (line 754) | private static string GetGlobalAnalyzerConfigFile(ProjectPart assembly) method GetRoslynAdditionalFiles (line 772) | private static string[] GetRoslynAdditionalFiles(ProjectPart assembly,... method GetRoslynAnalyzers (line 791) | string[] GetRoslynAnalyzers(ProjectPart assembly, ILookup GetRoslynAnalyzerRulesetPaths(ProjectPart ... method AppendWarningAsError (line 824) | private static void AppendWarningAsError(StringBuilder stringBuilder, method SyncSolution (line 847) | private void SyncSolution(StringBuilder stringBuilder, List GetOtherArgumentsFromResponseFi... method GetLangVersion (line 937) | private string GetLangVersion(IEnumerable langVersionList, Pro... method GetNoWarn (line 949) | public static IEnumerable GetNoWarn(List codes) method ProjectGuid (line 966) | private string ProjectGuid(string name) method GetNormalisedAssemblyPath (line 977) | private string GetNormalisedAssemblyPath(string path) method GetAssemblyNameFromPath (line 989) | private string GetAssemblyNameFromPath(string path) class FilePathTrie (line 1001) | internal class FilePathTrie class TrieNode (line 1007) | private class TrieNode method Insert (line 1013) | public void Insert(string filePath, TData data) method FindClosestMatch (line 1032) | public TData FindClosestMatch(string filePath) FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/ProjectGenerationFlag.cs type ProjectGenerationFlag (line 5) | [Flags] FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/ProjectPart.cs class ProjectPart (line 8) | internal class ProjectPart method ProjectPart (line 21) | public ProjectPart(string name, Assembly assembly, List additi... method GetResponseFileData (line 39) | public List GetResponseFileData(IAssemblyNameProvide... FILE: Packages/com.unity.ide.rider/Rider/Editor/ProjectGeneration/SolutionGuidGenerator.cs class SolutionGuidGenerator (line 7) | internal static class SolutionGuidGenerator method GuidForProject (line 9) | public static string GuidForProject(string projectName) method ComputeGuidHashFor (line 14) | private static string ComputeGuidHashFor(string input) FILE: Packages/com.unity.ide.rider/Rider/Editor/RiderInitializer.cs class RiderInitializer (line 11) | internal class RiderInitializer method Initialize (line 13) | public void Initialize(string editorPath) method LoadEditorPluginForDevEditor (line 60) | private static void LoadEditorPluginForDevEditor(string editorPath) FILE: Packages/com.unity.ide.rider/Rider/Editor/RiderScriptEditor.cs class RiderScriptEditor (line 17) | [InitializeOnLoad] method RiderScriptEditor (line 25) | static RiderScriptEditor() method ShowWarningOnUnexpectedScriptEditor (line 43) | private static void ShowWarningOnUnexpectedScriptEditor(string path) method GetEditorRealPath (line 69) | internal static string GetEditorRealPath(string path) method RiderScriptEditor (line 100) | public RiderScriptEditor(IDiscovery discovery, IGenerator projectGener... method OnGUI (line 106) | public void OnGUI() method RegenerateProjectFiles (line 137) | void RegenerateProjectFiles() method SettingsButton (line 147) | void SettingsButton(ProjectGenerationFlag preference, string guiMessag... method SyncIfNeeded (line 157) | public void SyncIfNeeded(string[] addedFiles, string[] deletedFiles, s... method SyncAll (line 164) | public void SyncAll() method SyncSolution (line 169) | [UsedImplicitly] method SyncIfNeeded (line 175) | [UsedImplicitly] // called from Rider EditorPlugin with reflection method SyncSolutionAndOpenExternalEditor (line 182) | [UsedImplicitly] method Initialize (line 194) | public void Initialize(string editorInstallationPath) method InitializeInternal (line 220) | private static void InitializeInternal(string currentEditorPath) method OpenProject (line 305) | public bool OpenProject(string path, int line, int column) method GetSolutionFile (line 326) | private string GetSolutionFile(string path) method IsUnityScript (line 342) | static bool IsUnityScript(string path) method GetBaseUnityDeveloperFolder (line 359) | static string GetBaseUnityDeveloperFolder() method TryGetInstallationForPath (line 364) | public bool TryGetInstallationForPath(string editorPath, out CodeEdito... method IsRiderOrFleetInstallation (line 401) | public static bool IsRiderOrFleetInstallation(string path) method ExecutableStartsWith (line 423) | public static bool ExecutableStartsWith(string path, string input) method IsAssetImportWorkerProcess (line 430) | private static bool IsAssetImportWorkerProcess() method CreateSolutionIfDoesntExist (line 446) | private void CreateSolutionIfDoesntExist() FILE: Packages/com.unity.ide.rider/Rider/Editor/RiderScriptEditorData.cs class RiderScriptEditorData (line 11) | internal class RiderScriptEditorData : ScriptableSingleton method RaiseChangedEvent (line 19) | internal void RaiseChangedEvent() method Clear (line 27) | [UsedImplicitly] // Is used by Rider Unity plugin by reflection FILE: Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/CallbackInitializer.cs class CallbackInitializer (line 8) | [InitializeOnLoad] method CallbackInitializer (line 11) | static CallbackInitializer() FILE: Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/RiderTestRunner.cs class RiderTestRunner (line 18) | [UsedImplicitly] method RunTestsWithSyncCallbacks (line 39) | [UsedImplicitly] method RunTests (line 62) | [UsedImplicitly] method CancelTestRun (line 115) | [UsedImplicitly] FILE: Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/SyncTestRunCallback.cs class SyncTestRunCallback (line 10) | internal class SyncTestRunCallback : ITestRunCallback method RunStarted (line 12) | public void RunStarted(ITest testsToRun) method RunFinished (line 16) | public void RunFinished(ITestResult testResults) method TestStarted (line 21) | public void TestStarted(ITest test) method TestFinished (line 27) | public void TestFinished(ITestResult result) method GenerateId (line 34) | private static string GenerateId(ITest node) FILE: Packages/com.unity.ide.rider/Rider/Editor/UnitTesting/SyncTestRunEventsHandler.cs class SyncTestRunEventsHandler (line 9) | internal class SyncTestRunEventsHandler : ScriptableSingleton