<?xml version="1.0"?>
<doc>
    <assembly>
        <name>plasticd</name>
    </assembly>
    <members>
        <member name="M:Codice.CM.Server.BranchHandler.CreateBranch(System.UInt32,Codice.CM.Common.BranchInfo,Codice.CM.Common.SEID,System.Guid,Codice.CM.Common.SEID,System.String)">
            IServerBranchHandler
        </member>
        <member name="M:Codice.CM.Server.SecuredBranchHandler.CreateBranch(System.UInt32,Codice.CM.Common.BranchInfo,Codice.CM.Common.SEID,System.Guid,Codice.CM.Common.SEID,System.String)">
            Method CreateBranch
        </member>
        <member name="M:Codice.CM.Server.CommentMentionParser.MentionRegex">
            <remarks>
            Pattern explanation:<br/>
            <code>
            ○ Zero-width positive lookbehind.<br/>
                ○ Match with 2 alternative expressions, atomically.<br/>
                    ○ Match a whitespace character right-to-left.<br/>
                    ○ Match if at the beginning of the string.<br/>
            ○ Match '@'.<br/>
            ○ 1st capture group.<br/>
                ○ Match a character in the set [^\s] greedily at least once.<br/>
                ○ Match if at a word boundary.<br/>
            </code>
            </remarks>
        </member>
        <member name="P:Codice.CM.Server.LdapProvider.LdapQuery.Settings.UseStartTls">
             Pattern search (UsersByPatternFilter, GroupsByPatternFilter)
               might use ANY of the entry properties (cn, sid, uid, sAMAccountName...)
               to do the matching.
            
             Name search (UsersByNameFilter, GroupsByNameFilter...)
               should ONLY use the entry property that denotes the configured
               display name (UserDisplayNameAttribute and GroupDisplayNameAttribute).
            
             However, these filters are configurable and do not enforce these rules.
        </member>
        <member name="M:Codice.CM.Server.UpProvider.User.#ctor(System.String,System.String)">
            <summary>
            User/password provider user object. 
            </summary>
            <param name="userName">Username</param>
            <param name="password">Cypher password</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.HtopProgressBar.#ctor(Terminal.Gui.Rect)">
            <summary>
            Initializes a new instance of the <see cref="T:Terminal.Gui.ProgressBar"/> class, starts in percentage mode with an absolute position and size.
            </summary>
            <param name="rect">Rect.</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.HtopProgressBar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Terminal.Gui.ProgressBar"/> class, starts in percentage mode and uses relative layout.
            </summary>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.HtopProgressBar.Fraction">
            <summary>
            Gets or sets the progress indicator fraction to display, must be a value between 0 and 1.
            </summary>
            <value>The fraction representing the progress.</value>
        </member>
        <member name="T:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView">
            <summary>
              Like a "less" to navigate lines
            </summary>
            <remarks>
              <para>
                The text view provides a multi-line text view.   Users interact
                with it with the standard Emacs commands for movement or the arrow
                keys. 
              </para> 
              <list type="table"> 
                <listheader>
                  <term>Shortcut</term>
                  <description>Action performed</description>
                </listheader>
                <item>
                   <term>Left cursor, Control-b</term>
                   <description>
                     Moves the editing point left.
                   </description>
                </item>
                <item>
                   <term>Right cursor, Control-f</term>
                   <description>
                     Moves the editing point right.
                   </description>
                </item>
                <item>
                   <term>Alt-b</term>
                   <description>
                     Moves one word back.
                   </description>
                </item>
                <item>
                   <term>Alt-f</term>
                   <description>
                     Moves one word forward.
                   </description>
                </item>
                <item>
                   <term>Up cursor, Control-p</term>
                   <description>
                     Moves the editing point one line up.
                   </description>
                </item>
                <item>
                   <term>Down cursor, Control-n</term>
                   <description>
                     Moves the editing point one line down
                   </description>
                </item>
                <item>
                   <term>Home key, Control-a</term>
                   <description>
                     Moves the cursor to the beginning of the line.
                   </description>
                </item>
                <item>
                   <term>End key, Control-e</term>
                   <description>
                     Moves the cursor to the end of the line.
                   </description>
                </item>
                <item>
                   <term>Delete, Control-d</term>
                   <description>
                     Deletes the character in front of the cursor.
                   </description>
                </item>
                <item>
                   <term>Backspace</term>
                   <description>
                     Deletes the character behind the cursor.
                   </description>
                </item>
                <item>
                   <term>Control-k</term>
                   <description>
                     Deletes the text until the end of the line and replaces the kill buffer
                     with the deleted text.   You can paste this text in a different place by
                     using Control-y.
                   </description>
                </item>
                <item>
                   <term>Control-y</term>
                   <description>
                      Pastes the content of the kill ring into the current position.
                   </description>
                </item>
                <item>
                   <term>Alt-d</term>
                   <description>
                      Deletes the word above the cursor and adds it to the kill ring.  You 
                      can paste the contents of the kill ring with Control-y.
                   </description>
                </item>
                <item>
                   <term>Control-q</term>
                   <description>
                     Quotes the next input character, to prevent the normal processing of
                     key handling to take place.
                   </description>
                </item>
              </list>
            </remarks>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.#ctor(Terminal.Gui.Rect)">
            <summary>
              Public constructor, creates a view on the specified area, with absolute position and size.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.#ctor">
            <summary>
            Public constructor, creates a view on the specified area, with dimensions controlled with the X, Y, Width and Height properties.
            </summary>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.Text">
            <summary>
              Sets or gets the text in the entry.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.LoadFile(System.String)">
            <summary>
            Loads the contents of the file into the TextView.
            </summary>
            <returns><c>true</c>, if file was loaded, <c>false</c> otherwise.</returns>
            <param name="path">Path to the file to load.</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.LoadStream(System.IO.Stream)">
            <summary>
            Loads the contents of the stream into the TextView.
            </summary>
            <returns><c>true</c>, if stream was loaded, <c>false</c> otherwise.</returns>
            <param name="stream">Stream to load the contents from.</param>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.CurrentRow">
            <summary>
               The current cursor row.
            </summary>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.CurrentColumn">
            <summary>
            Gets the cursor column.
            </summary>
            <value>The cursor column.</value>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.PositionCursor">
            <summary>
              Positions the cursor on the current row and column
            </summary>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.ReadOnly">
            <summary>
            Indicates readonly attriute of TextView
            </summary>
            <value>Boolean value(Default false)</value>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.Redraw(Terminal.Gui.Rect)">
            <summary>
            Redraw the text editor region 
            </summary>
            <param name="region">The region to redraw.</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.ScrollTo(System.Int32)">
            <summary>
            Will scroll the view to display the specified row at the top
            </summary>
            <param name="row">Row that should be displayed at the top, if the value is negative it will be reset to zero</param>
        </member>
        <member name="P:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.TextModel.Count">
            <summary>
            The number of text lines in the model
            </summary>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.TextModel.GetLine(System.Int32)">
            <summary>
            Returns the specified line as a List of Rune
            </summary>
            <returns>The line.</returns>
            <param name="line">Line number to retrieve.</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.TextModel.AddLine(System.Int32,System.Collections.Generic.List{System.Rune})">
            <summary>
            Adds a line to the model at the specified position.
            </summary>
            <param name="pos">Line number where the line will be inserted.</param>
            <param name="runes">The line of text, as a List of Rune.</param>
        </member>
        <member name="M:Codice.CM.Loader.Shell.Htop.ReadOnlyTextView.TextModel.RemoveLine(System.Int32)">
            <summary>
            Removes the line at the specified position
            </summary>
            <param name="pos">Position.</param>
        </member>
        <member name="T:Codice.CM.Common.CmException">
            <summary>
            Base for all exceptions in CM core system.
            </summary>
        </member>
        <member name="M:Codice.CM.Common.CmException.#ctor(System.String)">
            <summary>
            Localized constructor. message param will contain a localized text key, which must be looked up by
            clients in their localization tables.
            </summary>
            <param name="message">Localization index key for exception text.</param>
        </member>
        <member name="M:Codice.CM.Common.CmException.#ctor(System.String,System.Object[])">
            <summary>
            Creates new exception with arguments, suitable for string.format localized strings.
            </summary>
            <param name="messageId">Localization index key for exception text</param>
            <param name="param">string.format arguments</param>
        </member>
        <member name="M:Codice.CM.Common.CmException.#ctor(System.Exception,System.String)">
            <summary>
            Creates new exception from the current exception.
            </summary>
            <param name="innerException">The exception that is the cause of the current exception.</param>
            <param name="messageId">Localization index key for exception text</param>
        </member>
        <member name="M:Codice.CM.Common.CmException.#ctor(System.Exception,System.String,System.Object[])">
            <summary>
            Creates new exception from the current exception with arguments, suitable for string.format localized strings.
            </summary>
            <param name="innerException">The exception that is the cause of the current exception.</param>
            <param name="messageId">Localization index key for exception text</param>
            <param name="param">string.format arguments</param>
        </member>
        <member name="M:Codice.CM.Common.CmException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Serialization constructor, used by the remoting infrastructure
            </summary>
            <param name="info"></param>
            <param name="context"></param>
        </member>
        <member name="M:Codice.CM.Common.HistoryBase.Equals(System.Object)">
            Two objects history are equal if their ids are equal
        </member>
        <member name="T:Codice.CM.Common.Serialization.SerializedBranchExplorerData">
            <summary>
            This class provides with a custom serialized dataset,
            suitable for the branch explorer data
            </summary>
        </member>
        <member name="M:Codice.CM.SEIDInfo.UnixSEIDInfo.GetLocalUserName">
            <summary>
            Return the username of the current user logged on the machine
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.UnixSEIDInfo.GetUserNameFromID(System.String)">
            <summary>
            Return the username from the given userID
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.UnixSEIDInfo.GetLocalUserID">
            <summary>
            Return the ID of the current user logged on the machine
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.UnixSEIDInfo.GetUserIDFromName(System.String)">
            <summary>
            Return the ID of a given user
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.UnixSEIDInfo.GetGroupIDFromName(System.String)">
            <summary>
            Return the principal group of a given user
            </summary>
            <returns></returns>
        </member>
        <member name="T:Codice.CM.SEIDInfo.WinSEIDInfo">
            <summary>
            Provides access to windows users and groups
            </summary>
        </member>
        <member name="M:Codice.CM.SEIDInfo.WinSEIDInfo.GetLocalUserName">
            <summary>
            Return the username of the current user logged on the machine
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.WinSEIDInfo.GetUserNameFromID(System.String)">
            <summary>
            Return the username from the given userID
            </summary>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.SEIDInfo.WinSEIDInfo.GetLocalUserID">
            <summary>
            Return the ID of the current user logged on the machine
            </summary>
            <returns></returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.Merge.FileMerge">
            <summary>
            Merge between source file and destination file
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.GenerateFileMerge(Codice.CM.Client.Differences.DiffCollection,Codice.CM.Client.Differences.DiffCollection,Codice.CM.Client.Differences.Merge.MergeResolutionType,System.Boolean)">
            <summary>
            Generate conflicts between source file and destiantion file
            </summary>
            <param name="srcDifferences">The differences between source file and base file</param>
            <param name="dstDifferences">The differences between destination file and base file</param>
            <param name="type">OnlyOneContributor -> Automatic only if all change are from same contributor
                               OnlyFromSource -> Automatic only if all change are from source contributor
                               OnlyFromDestination -> Automatic only if all change are from destination contributor
                               TryToResolve -> Automatic if a base region only be affected by one contributor
                               ForceResolution -> Try to do automatic all changes</param>
            <param name="bSplitConflicBlock">Separate on a different conflict the consecutive added differences block</param>
            <returns>Conflicts between source file and destiantion file</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.GenerateFileMerge(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},Codice.CM.Client.Differences.Merge.MergeResolutionType,System.Boolean)">
            <summary>
            Generate conflicts between source file and destiantion file
            </summary>
            <param name="srcDifferencesBlock">The differences between source file and base file, in blocks of differences</param>
            <param name="dstDifferencesBlock">The differences between destination file and base file, in blocks of differences</param>
            <param name="type">OnlyOneContributor -> Automatic only if all change are from same contributor
                               OnlyFromSource -> Automatic only if all change are from source contributor
                               OnlyFromDestination -> Automatic only if all change are from destination contributor
                               TryToResolve -> Automatic if a base region only be affected by one contributor
                               ForceResolution -> Try to do automatic all changes</param>
            <param name="bSplitConflicBlock">Separate on a different conflict the consecutive added differences block</param>
            <returns>Conflicts between source file and destiantion file</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.GenerateConflictsFromOne(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Boolean)">
            <summary>
            Generate conflicts when only one file has changes
            </summary>
            <param name="differencesBlock">The list of differences blocks</param>        
            <param name="source">True if changes are from source file. False if are form destination file</param>
            <returns>Conflicts between source file and destiantion file</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.GenerateConflictsFromBoth(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Boolean)">
            <summary>
            Generate conflicts between source file and destiantion file
            </summary>
            <param name="srcDifferencesBlock">The source file list of differences blocks</param>
            <param name="dstDifferencesBlock">The destination file list of differences blocks</param>
            <param name="bSplitConflicBlock">Separate on a different conflict the consecutive added differences block</param>
            <returns>Conflicts between source file and destiantion file</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.AddConflictFromOne(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},Codice.CM.Client.Differences.Merge.ConflictCollection,System.Boolean)">
            <summary>
            Add a conflict from one contributor to the list. 
            This is an automatic conflict and it's not neccesay update the number of not automatic conflicts
            </summary>
            <param name="blocks">Differences blocks</param>
            <param name="conflicts">Conflict collection. Contains the llist of conflicts and the number of not automatic conflicts</param>
            <param name="isSourceContributor">True if the contributor is the source contributor. False if is the destination contributor</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.AddConflictFromBoth(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},Codice.CM.Client.Differences.Merge.ConflictCollection)">
            <summary>
            Add a conflict from both contributor to the list. If the new conflict is a not automatic conflict 
            the number of not automatic conflicts is recalculated
            </summary>
            <param name="srcBlocks">Source differences blocks</param>
            <param name="dstBlocks">Destination differences blocks</param>
            <param name="conflicts">Conflict collection. Contains the llist of conflicts and the number of not automatic conflicts</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.AddAutomaticConflict(Codice.CM.Client.Differences.DifferencesBlock,Codice.CM.Client.Differences.DifferencesBlock,System.Int32,System.Int32,Codice.CM.Client.Differences.Merge.ConflictCollection@)">
            <summary>
            Add an automatic conflict to the list
            </summary>
            <param name="srcBlock">Source differences block</param>
            <param name="dstBlock">Destination differences block</param>
            <param name="initialPosition">Initial conflict position</param>
            <param name="endPosition">End conflict position</param>                
            <param name="conflicts">Conflict list, contains the resulted list (IN,OUT param)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ResolveConflicts(Codice.CM.Client.Differences.Merge.ConflictCollection@)">
            <summary>
            Try to resolve the not automatic conflicts
            </summary>
            <param name="conflicts">Conflict list, contains the resulted list (IN,OUT param)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ObtainConflictResolution(Codice.CM.Client.Differences.FileConflict)">
            <summary>
            A conflict can be transformed into n automatics conflicts if between two pairs of equal lines
            a contribuidor makes changes solely. 
            The automatic conflicts can come from changes in a single contributor or 
            changes in both contributors that can be merged.         
            </summary>
            <param name="conflict">Not automatic conflict to try to resolve</param>
            <returns>Automatic conficts that resolved the conflict </returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ObtainConflictResolution(System.Int32,System.Int32@,Codice.CM.Client.Differences.DifferencesBlock,System.Boolean)">
            <summary>
            
            </summary>
            <param name="endBasePosition"></param>
            <param name="differenceIndex"></param>
            <param name="block"></param>
            <param name="isSourceContributor"></param>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ObtainConflictResolution(System.Int32@,System.Int32@,Codice.CM.Client.Differences.DifferencesBlock,Codice.CM.Client.Differences.DifferencesBlock)">
            <summary>
            
            </summary>
            <param name="srcDifferenceIndex"></param>
            <param name="dstDifferenceIndex"></param>
            <param name="srcDifferencesBlock"></param>
            <param name="dstDifferencesBlock"></param>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ObtainDifferences(Codice.CM.Client.Differences.DiffCollection,System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
             <summary>
             Obtain differeneces collection as a part of another difference collection
             </summary>
             <param name="differences">Differences collection</param>
             <param name="differenceIndex">Start index to obatin the differences
                                           Return the index of the next difference</param>
            <param name="intialBasePosition">Line position of first difference admitted</param>
             <param name="endBasePosition">Line position of last difference admitted</param>
             <param name="intialComparePosition">Intial compare position of the differeneces block (OUT param)</param>
             <param name="endComparePosition">End compare position of the differences block (OUT param)</param>
             <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.Merge.FileMerge.ObtainAddCombinedDifferences(Codice.CM.Client.Differences.DiffCollection,Codice.CM.Client.Differences.DiffCollection,System.Int32@,System.Int32@,Codice.CM.Client.Differences.DifferencesBlock@,Codice.CM.Client.Differences.DifferencesBlock@,System.Collections.Generic.List{Codice.CM.Client.Differences.LineOriginTypes}@)">
            <summary>
            Combined two added difference collection (in one line) if it can
            </summary>
            <param name="srcDifferences">Source file difference collection</param>
            <param name="dstDifferences">Destinantion file difference collection</param>
            <param name="srcIndex">Source file start of added difference index (In this line)</param>
            <param name="dstIndex">Destination file start of added difference index (In this line)</param>
            <param name="srcBlock">Source Block difference with the combined solution (IN/OUT param)</param>
            <param name="dstBlock">Destination Block difference with the combined solution (IN/OUT param)</param>
            <returns>TRUE if the collection can combined</returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.Merge.MergeToolInfo">
            <summary>
            Holds GUI merge information
            </summary>
            <remarks>Mainly filenames, alternative captions, merge/diff comparision, and other global info</remarks>
        </member>
        <member name="P:Codice.CM.Client.Differences.IDiffComparable.NumElements">
            <summary>
            Number of elements in which the file is divided (comparison unit)
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.IDiffComparable.GetElement(System.Int32)">
            <summary>
            Each one of this elements
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.IDiffComparable.Equals(Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Obtain if both files of the comparison are equal (The same file)
            </summary>
            <param name="file"></param>
            <returns></returns>
        </member>
        <member name="P:Codice.CM.Client.Differences.IFileDiffComparable.Size">
            <summary>
            File size (Bytes)
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.#ctor(System.Int32,System.Int32,System.Boolean,Codice.CM.Client.Differences.IDiffComparable,Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Tree constructor
            </summary>
            <param name="startBaseIndex">start base file's index where the change has been made</param>
            <param name="startCompareIndex">start compare file's index where the change has been made</param>
            <param name="directSense">Tree's construction sense</param>
            <param name="baseFile">Base file of comparation</param>
            <param name="compareFile">File to compare</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.AddLevel(System.Int32)">
            <summary>
            Add a new level to the tree.
            A new level contains odd or even diagonals (k) from -D to D. A 
            D-path end solely on odd diagonals when D is odd and even 
            diagonals when D is even. The new node it's the best result to add
            a new difference to a previous node from k-1 or k+1, when k == -D 
            only Plus node it's available (it's the left level node) and when
            k == D only Minus node it's available (it's the right level node).        
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.IsPlusPathTheMoreAvanced(Codice.CM.Client.Differences.DifferenceTreeNode,Codice.CM.Client.Differences.DifferenceTreeNode)">
            <summary>
            Check which diagonal has a better path to conitue exploring from it
            Is the k+1 diagonal have a more adavanced path we select it in other 
            case we select the k-1 diagonal
            </summary>
            <param name="kMinusNode">k-1 diagonal node</param>
            <param name="kPlusNode">k+1 diagonal node</param>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.IsValidNode(Codice.CM.Client.Differences.DifferenceTreeNode,System.Boolean@)">
            <summary>
            Validate the node positions, if there are a valid file index
            If the node is the solution we asign the node as solution sheet 
            </summary>
            <param name="node">Node to validate</param>
            <param name="bIsSolutionSheet">True if the node it's the solution</param>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.SearchLcs(System.Int32@,System.Int32@)">
            <summary>
            Obtain the long common sequence from this point
            </summary>
            <param name="baseIndex">Base index</param>
            <param name="compareIndex">Compare index</param>
            <remarks>
            In input params are the return of the function, with the index after lcs
            </remarks>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.SearchLcsDirect(System.Int32@,System.Int32@)">
            <summary>
            Obtain the long common sequence from this point for direct tree
            </summary>
            <param name="baseIndex">Base index</param>
            <param name="compareIndex">Compare index</param>
            <remarks>
            In input params are the return of the function, with the index after lcs
            </remarks>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.SearchLcsReverse(System.Int32@,System.Int32@)">
            <summary>
            Obtain the long common sequence from this point for direct tree
            </summary>
            <param name="baseIndex">Base index</param>
            <param name="compareIndex">Compare index</param>
            <remarks>
            In input params are the return of the function, with the index after lcs
            </remarks>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.SearchCoincidence(Codice.CM.Client.Differences.DiffTreeBase)">
            <summary>
            Obtain the coincidence between both trees if there are some one
            </summary>
            <param name="tree">Tree to compare</param>
            <returns>True -> find the coincidence</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.DiffTreeBase.PathOverlaps(Codice.CM.Client.Differences.DifferenceTreeNode,Codice.CM.Client.Differences.DifferenceTreeNode)">
            <summary>
            Search if the path is overlaps
            </summary>
            <param name="node">diagonal last node of this tree</param>
            <param name="compareNode">diagonal last node of compared tree</param>
            <returns>True if the path is overlaped</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.DistanceTree.#ctor(System.Int32,System.Int32,System.Boolean,Codice.CM.Client.Differences.IDiffComparable,Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Tree constructor
            </summary>
            <param name="startBaseIndex">start base file's index where the change has been made</param>
            <param name="startCompareIndex">start compare file's index where the change has been made</param>
            <param name="directSense">Tree's construction sense</param>
            <param name="baseFile">Base file of comparation</param>
            <param name="compareFile">File to compare</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTree.#ctor(System.Int32,System.Int32,System.Boolean,Codice.CM.Client.Differences.IDiffComparable,Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Tree constructor
            </summary>
            <param name="startBaseIndex">start base file's index where the change has been made</param>
            <param name="startCompareIndex">start compare file's index where the change has been made</param>
            <param name="directSense">Tree's construction sense</param>
            <param name="baseFile">Base file of comparation</param>
            <param name="compareFile">File to compare</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTree.ObtainDifferences">
            <summary>
            The part of the collection of the differences pertaining to this tree
            </summary>
            <returns>Differences collection</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTree.InsertAddDifference(Codice.CM.Client.Differences.DifferenceTreeNodeWithParent,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert an add type difference into the difference collection.
            </summary>
            <param name="parentNode">Node to calculate the difference</param>
            <param name="differences">Differences collection</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTree.InsertRemoveDifference(Codice.CM.Client.Differences.DifferenceTreeNodeWithParent,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert a remove type difference into the difference collection. 
            </summary>
            <param name="parentNode">Node to calculate the difference</param>
            <param name="differences">Differences collection</param>
        </member>
        <member name="P:Codice.CM.Client.Differences.DifferenceTreeNode.BaseIndex">
            <summary>
            Base file's index where the change has been made
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.DifferenceTreeNode.CompareIndex">
            <summary>
            Compare file's index where the change has been made
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.DifferenceTreeNodeWithParent.ParentIndex">
            <summary>
            Parent Reference. Parent Node index on the previous level array
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.DifferenceTreeNodeWithParent.BaseIndex">
            <summary>
            Base file's index where the change has been made
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.DifferenceTreeNodeWithParent.CompareIndex">
            <summary>
            Compare file's index where the change has been made
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTreeNodeWithParent.#ctor(System.UInt16,System.Int32,System.Int32)">
            <summary>
            Constructor for i-node
            </summary>
            <param name="parent">Parent node index</param>
            <param name="baseIndex">Base file's index where the change has been made</param>
            <param name="compareIndex">Compare file's index where the change has been made</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.DifferenceTreeNodeWithParent.#ctor(System.UInt16,Codice.CM.Client.Differences.DifferenceTreeNode)">
            <summary>
            Constructor for i-node
            </summary>
            <param name="parent">Parent node index</param>
            <param name="baseIndex">Base file's index where the change has been made</param>
            <param name="compareIndex">Compare file's index where the change has been made</param>
        </member>
        <member name="T:Codice.CM.Client.Differences.FileConflict">
            <summary>
            Conflict info between files
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.FileConflict.SrcDifferencesBlocks">
            <summary>
            Differences blocks form source file in conflict
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.FileConflict.DstDifferencesBlocks">
            <summary>
            Differences blocks form destination file in conflict
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.FileConflict.InitialPosition">
            <summary>
            Intial conflict position (In base file)
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.FileConflict.EndPosition">
            <summary>
            End conflict position (In base file)
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.FileConflict.Type">
            <summary>
            File conflict type
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.#ctor(Codice.CM.Client.Differences.DifferencesBlock,Codice.CM.Client.Differences.DifferencesBlock,System.Int32,System.Int32,Codice.CM.Client.Differences.FileConflictTypes)">
            <summary>
            File conflict info
            </summary>
            <param name="srcDiffBlock">Differences block form source file in conflict</param>
            <param name="dstDiffBlock">Differences block form destination file in conflict</param>
            <param name="intialPostion">Intial conflict position (In base file)</param>
            <param name="endPosition">End conflict position (In base file)</param>
            <param name="type">File conflict type</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.#ctor(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Int32,System.Int32,Codice.CM.Client.Differences.FileConflictTypes)">
            <summary>
            File conflict info
            </summary>
            <param name="srcDiffBlocks">Differences blocks form source file in conflict</param>
            <param name="dstDiffBlocks">Differences blocks form destination file in conflict</param>
            <param name="intialPostion">Intial conflict position (In base file)</param>
            <param name="endPosition">End conflict position (In base file)</param>
            <param name="type">File conflict type</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.#ctor(Codice.CM.Client.Differences.DifferencesBlock,Codice.CM.Client.Differences.DifferencesBlock,System.Int32,System.Int32,System.Collections.Generic.List{Codice.CM.Client.Differences.LineOriginTypes},Codice.CM.Client.Differences.FileConflictTypes)">
            <summary>
            File conflict info
            </summary>
            <param name="srcDiffBlock">Differences block form source file in conflict</param>
            <param name="dstDiffBlock">Differences block form destination file in conflict</param>
            <param name="intialPostion">Intial conflict position (In base file)</param>
            <param name="endPosition">End conflict position (In base file)</param>
            <param name="linesOrigins">For resolve conflicts origin of each line</param>
            <param name="type">File conflict type</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.#ctor(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock},System.Int32,System.Int32,System.Collections.Generic.List{Codice.CM.Client.Differences.LineOriginTypes},Codice.CM.Client.Differences.FileConflictTypes)">
            <summary>
            File conflict info
            </summary>
            <param name="srcDiffBlocks">Differences blocks form source file in conflict</param>
            <param name="dstDiffBlocks">Differences blocks form destination file in conflict</param>
            <param name="intialPostion">Intial conflict position (In base file)</param>
            <param name="endPosition">End conflict position (In base file)</param>
            <param name="linesOrigins">For resolve conflicts origin of each line</param>
            <param name="type">File conflict type</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.GetConflictPreviousPosition">
            <summary>
            Obtain the previous line to the conflict. Is the last line before the conflict that haven't got any change.
            If the initial line to the conflict come from a added difference the last line without change is this line
            and not the previous line to conflict initial line.
            </summary>
            <returns>The previous line to the conflict.</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.GetFirstSourceDifference">
            <summary>
            Obtain the first source difference
            </summary>
            <returns>The first difference</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.GetFirstDestinationDifference">
            <summary>
            Obtain the first destination difference
            </summary>
            <returns>The first difference</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.GetLastSourceDifference">
            <summary>
            Obtain the last source difference
            </summary>
            <returns>The last difference</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.GetLastDestinationDifference">
            <summary>
            Obtain the last destination difference
            </summary>
            <returns>The last difference</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.ObtainFirstDifference(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock})">
            <summary>
            Obtain the first difference in the contributor differences blocks list
            </summary>
            <param name="differencesBlocks">Differences blocks list to obtain the first difference</param>
            <returns>The first difference</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileConflict.ObtainLastDifference(System.Collections.Generic.List{Codice.CM.Client.Differences.DifferencesBlock})">
            <summary>
            Obtain the last difference in the contributor differences blocks list
            </summary>
            <param name="differencesBlocks">Differences blocks list to obtain the last difference</param>
            <returns>The last difference</returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.FileDiff">
            <summary>
               Difference search class
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CalculateGenericDifferences(System.String,System.String)">
            <summary>
            Obtains the differences between two generic files (binary)
            </summary>
            <param name="baseFile">Base file (path+filename)</param>
            <param name="file">File to compare (path+filename)</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CalculateTextDifferences(System.String,System.String,Codice.CM.Client.Differences.ComparisonMethodTypes,System.Text.Encoding)">
            <summary>
            Obtains the differences between two text files
            </summary>
            <param name="baseFile">Base file (path+filename)</param>
            <param name="file">File to compare (path+filename)</param>
            <param name="ComparisonMethod">Indicate the way to do the comparison between the file lines</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CalculateDifferences(Codice.CM.Client.Differences.GenericFile,System.String,System.Text.Encoding)">
            <summary>
            Obtains the differences between two files
            </summary>
            <param name="baseFile">Base file</param>
            <param name="file">File to compare (path+filename)</param>
            <returns>Obtained differences</returns>
            <remarks>If the base file isn't a TextFile, file will make as genericFile (binary)</remarks>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CalculateDifferences(Codice.CM.Client.Differences.IDiffComparable,Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Obtains the differences between two files
            </summary>
            <param name="baseFile">Base file</param>
            <param name="file">File to compare</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CalculateTextDifferences(Codice.CM.Client.Differences.TextFile,Codice.CM.Client.Differences.TextFile)">
            <summary>
            Obtains the differences between two text files
            </summary>
            <param name="baseFile">Base text file</param>
            <param name="file">File text to compare</param>
            <param name="bCalculateLineDifferences">If it's true the remplaced line contains the difference inside the line (char level difference)</param>
            <returns>Obtained differences with subdifferences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.AllAdded(Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Obtains the differences when source base is empty
            </summary>
            <param name="file">Compare file</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.AllRemoved(Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Obtains the differences when source to compare is empty
            </summary>
            <param name="fileBase">Base file</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.ObtainSolution(Codice.CM.Client.Differences.IDiffComparable,Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Obtains the difference between the indicated files
            </summary>
            <param name="fileBase">Base file</param>
            <param name="file">Compare file</param>
            <param name="differencesLimit">Maximun num of difference to considerate the elements as fully different (use -1 for no limit)</param>
            <returns>Obtained differences</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.ObtainDifferences(Codice.CM.Client.Differences.DiffCollection,Codice.CM.Client.Differences.DiffCollection)">
            <summary>
            Obtain the difference collection from the calculated trees
            </summary>
            <param name="intialDifferences">Differences starting from the beginning of the files
            to the middle point of the optimal D-path</param>
            <param name="endDifferences">Differences starting from the middle point of the optimal D-path
            to the end of the files</param>
            <remarks>The trees must be have obtained the solution sheet, to use this method</remarks>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.ObtainDifferencesWithReplaceType(Codice.CM.Client.Differences.DiffCollection,Codice.CM.Client.Differences.RemoveDifferencesGroup@,Codice.CM.Client.Differences.AddDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Obtian replace type differences. Combining the consecutive added and remove differences
            </summary>
            <param name="entryDifferences">Current difference collection</param>
            <param name="deletedLines">Removed differences group info</param>
            <param name="addedLines">Added differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.InsertRemovedUnused(Codice.CM.Client.Differences.RemoveDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert the removed differences that cannot be combined, in the result difference collection.
            </summary>
            <param name="deletedLines">Removed differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.InsertAddedUnused(Codice.CM.Client.Differences.AddDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert the added differences that cannot be combined, in the result difference collection.
            </summary>
            <param name="addedLines">Added differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.InsertRemovedUnused(System.Int32,Codice.CM.Client.Differences.RemoveDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert the removed differences that cannot be combined, in the result difference collection.
            </summary>
            <param name="firstIndexToRemove">First index to start to remove</param>
            <param name="deletedLines">Removed differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.InsertAddedUnused(System.Int32,System.Int32,Codice.CM.Client.Differences.AddDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Insert the added differences before a combined replace difference, that cannot be combined, in the result difference collection.
            As we have combined some previous added difference of this block that we have.
            We cannot insert in their base position, in which there are a replace difference, instead of this we have to added before tha last
            last replace difference (In this base line)
            </summary>
            <param name="basePosition">Base position in which we have to insert this added difference</param>
            <param name="firstIndexToAdd">Index of the first added difference to add</param>
            <param name="addedLines">Added lines group</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CombinedAddedRemovedDifferences(Codice.CM.Client.Differences.RemoveDifferencesGroup@,Codice.CM.Client.Differences.AddDifferencesGroup@,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Try to combined in replace differences the obtained groups of removed and added differences.
            If we cannot combined, we insert the group who have the previous base position
            (The other group can be combined with a later obtained group).
            </summary>
            <param name="prevDifferences">Previous differences collection</param>
            <param name="prevNumDifferences">Number of elementes in the previous difference collection</param>
            <param name="entryDifferences">Current difference collection</param>
            <param name="deletedLines">Removed differences group info</param>
            <param name="addedLines">Added differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CanBeReplaced(System.Int32,System.Int32,System.Int32)">
            <summary>
            To can combined the group the added difference base position must be between the removed difference
            base positions.
            As an add difference be inserted before their indicated base position, can stay in the previous line
            of the first remove line too.
            </summary>
            <param name="firstDeletedLine">First removed line</param>
            <param name="lastDeletedLine">Last removed line</param>
            <param name="addedLine">Line added number</param>
            <returns></returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.CreateReplaceDifferences(System.Int32,Codice.CM.Client.Differences.RemoveDifferencesGroup,Codice.CM.Client.Differences.AddDifferencesGroup,Codice.CM.Client.Differences.DiffCollection@)">
            <summary>
            Create the indicated replace difference from the added and removed differences
            </summary>
            <param name="numReplaceDifferences">Number of replace difference that we have to create</param>
            <param name="deletedLines">Removed differences group info</param>
            <param name="addedLines">Added differences group info</param>
            <param name="differences">Resulted difference collection with replace difference (OUT PARAM)</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.GenerateDifferencesBlock(Codice.CM.Client.Differences.DiffCollection)">
            <summary>
            It groups the differences in  differences blocks
            </summary>
            <param name="differences">A differences collection</param>
            <returns>The list of differences blocks</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.FileDiff.InSameBlock(Codice.CM.Client.Differences.ItemDiff,System.Int32)">
            <summary>
            Check if the change is in the same block of the preivous change
            </summary>
            <param name="change">Change to check</param>
            <param name="prevBaseLine">Previous change base line</param>
            <returns></returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.GenericFile">
            <summary>
            Generic's files functionality.
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.GenericFile.Hash">
            <summary>
            Obtains the file's hash if is the firts time or return the calculated hash in other case
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.GenericFile.Size">
            <summary>
            File size. To use as first verification to know if two files are equal.
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.GenericFile.NumElements">
            <summary>
            Number of Elemets
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.GenericFile.GetElement(System.Int32)">
            <summary>
            Obtain the Element indicates with this index
            </summary>
            <param name="index">Line index</param>
            <returns>Line</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.GenericFile.#ctor(System.String)">
            <summary>
            Read to end the file.
            </summary>
            <param name="fileName">Path + File name</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.GenericFile.Equals(Codice.CM.Client.Differences.IDiffComparable)">
            <summary>
            Compare two files 
            </summary>
            <param name="file">File to compare with this</param>
            <returns>True if both files are equals</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.GenericFile.EqualsHash(System.Byte[],System.Byte[])">
            <summary>
            Compare two hash 
            </summary>
            <param name="hash1"></param>
            <param name="hash2"></param>
            <returns>True if hash1=hash2</returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.DifferenceType">
            <summary>
            Difference type between the base file and the file
            </summary>
        </member>
        <member name="T:Codice.CM.Client.Differences.ItemDiff">
            <summary>
            Each one of the diferences found
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.BasePosition">
            <summary>
            Element in original source where is make the change
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.ComparePosition">
            <summary>
            Element in compare source where is make the change
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.OldData">
            <summary>
            The data before the change
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.NewData">
            <summary>
            The data after the change
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.DiffType">
            <summary>
            Type of change
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.ItemDiff.DifferencesInsideDiff">
            <summary>
            If the diferences inside the difference to add more detail to the change
            used on demand for the replaced difference type
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.ItemDiff.#ctor(System.Int32,System.Object)">
            <summary>
            Quickly constructor for remove's type difference 
            </summary>
            <param name="basePosition">Removed position in original source</param>
            <param name="oldData">Removed data</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.ItemDiff.#ctor(System.Int32,System.Int32,System.Object)">
            <summary>
            Quickly constructor for added's type difference
            </summary>
            <param name="basePosition">Removed position in original source</param>
            <param name="comparePosition">Position in compare source that's included</param>        
            <param name="newData">The data after the change</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.ItemDiff.#ctor(System.Int32,System.Int32,System.Object,System.Object)">
            <summary>
            Quickly constructor for replaced's type difference
            </summary>
            <param name="basePosition">Removed position in original source</param>
            <param name="comparePosition">Position in compare source that's included</param>        
            <param name="newData">The data after the change</param>
            <param name="oldData">The data before the change</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Codice.CM.Client.Differences.ItemDiff.#ctor(System.Int32,System.Int32,Codice.CM.Client.Differences.DifferenceType,System.Object,System.Object)" -->
        <member name="M:Codice.CM.Client.Differences.ItemDiff.ToString">
            <summary>
            Convert ItemDiff into a string
            </summary>
            <returns>String with the contains of itemDiff</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.ItemDiff.Equals(Codice.CM.Client.Differences.ItemDiff)">
            <summary>
            Compare 2 differences and says if is the same difference respect the base file
            </summary>
            <param name="difference">The difference to compare</param>
            <returns>True is the both differences are equal</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.LineComparable.IsSpace(System.Char)">
            <summary>
            Detect if the char is an space or a tab
            </summary>
            <param name="c">Char to check</param>
            <remarks>Use this fucntion instead of char function for performance</remarks>
            <returns>True if ther char is a space or a tab</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.LineComparable.IsSeparator(System.Char)">
            <summary>
            Detect if the char is a valid separator for us
            (all char lower than 127 that is not an space, a tab, letter or digit is a separator)
            </summary>
            <param name="c">Char to check</param>
            <remarks>Not use the char functions for improve the performance (make more checks)</remarks>
            <returns>True if is a char used as separator</returns>
        </member>
        <member name="T:Codice.CM.Client.Differences.TextFile">
            <summary>
            Text's files functionality.
            </summary>
        </member>
        <member name="F:Codice.CM.Client.Differences.TextFile.mLines">
            <summary>
            Lines of the text file
            </summary>
        </member>
        <member name="F:Codice.CM.Client.Differences.TextFile.mComparisonMethod">
            <summary>
            Indicate the form to compare the text lines
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.TextFile.ComparisonMethod">
            <summary>
            Obtain the form to compare the text lines.
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.TextFile.Size">
            <summary>
            File size. To use as first verification to know if two files are equal.
            </summary>
        </member>
        <member name="P:Codice.CM.Client.Differences.TextFile.NumElements">
            <summary>
            Number of text lines
            </summary>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.GetElement(System.Int32)">
            <summary>
            Obtain the line indicates with this index
            </summary>
            <param name="index">Line index</param>
            <returns>Line</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.AddLine(System.String)">
            <summary>
            Add new text line at the end
            </summary>
            <param name="line">Text line to add</param>
            <returns>Index at which the value has been added.</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.AddLine(Codice.CM.Client.Differences.TextLine)">
            <summary>
            Add new text line at the end
            </summary>
            <param name="line">Text line to add</param>
            <returns>Index at which the value has been added.</returns>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.InsertLine(System.Int32,System.String)">
            <summary>
            Add new text line in the indicated position
            </summary>
            <param name="position">Position to insert the new line</param>
            <param name="line">New text line</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.ReplaceLine(System.Int32,System.String)">
            <summary>
            Replace a text line for another
            </summary>
            <param name="position">Index of the line to replace</param>
            <param name="line">Text line to replace it</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.ReplaceRange(System.Int32,System.Int32,System.Collections.Specialized.StringCollection)">
            <summary>
            Replace a range of lines for another lines
            </summary>
            <param name="initalPosition">Initial position of the replaced lines</param>
            <param name="endPosition">End position of the replaced lines</param>
            <param name="lines">Lines with which they are replaced</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.RemoveLine(System.Int32)">
            <summary>
            Remove the line in the indicated position
            </summary>
            <param name="position">Position of the line to remove</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.RemoveLines(System.Int32,System.Int32)">
            <summary>
            Delete the number of indicated lines since the indicated position
            </summary>
            <param name="position">Position to delete the lines</param>
            <param name="numLines">Number of lines to delete</param>
        </member>
        <member name="M:Codice.CM.Client.Differences.TextFile.BinaryReadComplete(System.String,System.Boolean)">
            <summary>
            Read the file (In binary mode) and use an auxiliary structure to hash can calculated
            </summary>
            <param name="fileName">Path + File name</param>
            <param name="buildBuffer">if true, loads file contents on mSourceData. false, no buffer is loaded</param>
        </member>
        <member name="M:Codice.CM.SemanticMerge.JavaVersionParser.TryExtractVersion(System.String)">
             Format until Java 8:
               java version "1.8.0_201"
               Java(TM) SE Runtime Environment(build 1.8.0_201-b09)
               Java HotSpot(TM) 64-Bit Server VM(build 25.201-b09, mixed mode)
            
             Format of Java 9:
               java version "9.0.4"
               Java(TM) SE Runtime Environment(build 9.0.4+11)
               Java HotSpot(TM) 64-Bit Server VM(build 9.0.4+11, mixed mode)
            
             Format starting from Java 10:
               java version "10.0.2" 2018-07-17
               Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
               Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
            
               java version "11.0.3" 2019-04-16 LTS
               Java(TM) SE Runtime Environment 18.9 (build 11.0.3+12-LTS)
               Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)
            
             Format in JDK 11:
               openjdk version "11" 2018-09-25
               OpenJDK Runtime Environment 18.9 (build 11+28)
               OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
            
             Format in JDK 12:
               openjdk version "12.0.1" 2019-04-16
               OpenJDK Runtime Environment (build 12.0.1+12)
               OpenJDK 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)
        </member>
        <member name="T:Codice.Audit.Log">
            Log levels:
             0. Nothing
             1. Object deleted
             2. Access denied to object
             3. Add/rename/edit object
             4. Access to items
        </member>
        <member name="M:Codice.Client.BaseCommands.BaseServices.DeleteControlledDirectoryRecursively(Codice.Client.Commands.WkTree.WorkspaceTreeNode,System.Boolean)">
            <summary>
            Try to delete a controlled directory on disk, if it's contains private elements it will
            be renamed to .unloaded instead of be removed
            </summary>
            <param name="node">Directory to remove</param>
            <returns>False if it cannot be removed or true if it can be removed on disk</returns>
        </member>
        <member name="M:Codice.Client.Common.Threading.ExceptionsHandler.GetThrownExceptionsAndClear">
            <summary>
             Testing only.
             returns exceptions thrown and clear
            </summary>
        </member>
        <member name="T:Codice.Client.Common.EventTracking.ApplicationIdentifier">
            WARNING
            
            Keep in sync with /01applications/plasticscm.com/netcore-app/metrics/Event.cs
            at plasticscm.com repository.
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.EFileShare.Read">
            <summary>
            Enables subsequent open operations on an object to request read access.
            Otherwise, other processes cannot open the object if they request read access.
            If this flag is not specified, but the object has been opened for read access, the function fails.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.EFileShare.Write">
            <summary>
            Enables subsequent open operations on an object to request write access.
            Otherwise, other processes cannot open the object if they request write access.
            If this flag is not specified, but the object has been opened for write access, the function fails.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.EFileShare.Delete">
            <summary>
            Enables subsequent open operations on an object to request delete access.
            Otherwise, other processes cannot open the object if they request delete access.
            If this flag is not specified, but the object has been opened for delete access, the function fails.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.ECreationDisposition.New">
            <summary>
            Creates a new file. The function fails if a specified file exists.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.ECreationDisposition.CreateAlways">
            <summary>
            Creates a new file, always.
            If a file exists, the function overwrites the file, clears the existing attributes, combines the specified file attributes,
            and flags with FILE_ATTRIBUTE_ARCHIVE, but does not set the security descriptor that the SECURITY_ATTRIBUTES structure specifies.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.ECreationDisposition.OpenExisting">
            <summary>
            Opens a file. The function fails if the file does not exist.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.ECreationDisposition.OpenAlways">
            <summary>
            Opens a file, always.
            If a file does not exist, the function creates a file as if dwCreationDisposition is CREATE_NEW.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.ECreationDisposition.TruncateExisting">
            <summary>
            Opens a file and truncates it so that its size is 0 (zero) bytes. The function fails if the file does not exist.
            The calling process must open the file with the GENERIC_WRITE access right.
            </summary>
        </member>
        <member name="F:Codice.Client.Common.WindowsPlatform.SYMLINK_FLAGS.SymlinkFlagRelative">
            <summary>
             The substitute name is a path name relative to the directory containing the symbolic link.
            </summary>
        </member>
        <member name="T:Codice.Client.Common.ItemSpec">
            ObjectSpecs inside a repository
        </member>
        <member name="M:Codice.Utils.PlatformIdentifier.InitForTesting(Codice.Utils.PlatformIdentifier.OSTypeForTesting)">
            <summary>
            Initialize a platform for testing.
            This method should be used when a test needs to be checked on a platform
            other than the system platform.
            <para/> Note: This method should NOT be used to ignore tests on a specific platform.
            For the purpose of ignoring a test on a specific platform,
            use the [Platform] attribute instead.
            </summary>
        </member>
        <member name="T:Codice.Utils.CodiceAssert">
            <summary>
            Util used to check parameters
            </summary>
        </member>
        <member name="T:Codice.Utils.EnumNet35">
            <summary>
            Includes handy methods to work with Enums from .NET Framework 3.5, thus
            alleviating the ills of building for said framework.
            <para />
            This class should be nuked out of existence as soon as we get rid of .NET Framework 3.5.
            </summary>
        </member>
        <member name="M:Codice.Utils.EnumNet35.TryParse``1(System.String,``0@)">
            <summary>
            This method gets around the following build errors:
              <list type="bullet">
                <item>error CS0117: 'System.Enum' does not contain a definition for 'TryParse'</item>
              </list>
            </summary>
        </member>
        <member name="M:Codice.Utils.EnumNet35.TryParse``1(System.String,System.Boolean,``0@)">
            <summary>
            This method gets around the following build errors:
              <list type="bullet">
                <item>error CS0117: 'System.Enum' does not contain a definition for 'TryParse'</item>
              </list>
            </summary>
        </member>
        <member name="T:Codice.Utils.GuidNet35">
            <summary>
            Includes handy methods to work with Guids from .NET Framework 3.5, thus
            alleviating the ills of building for said framework.
            <para />
            This class should be nuked out of existence as soon as we get rid of .NET Framework 3.5.
            </summary>
        </member>
        <member name="M:Codice.Utils.GuidNet35.TryParse(System.String,System.Guid@)">
            <summary>
            This method gets around the following build errors:
              <list type="bullet">
                <item>error CS0117: 'System.Guid' does not contain a definition for 'Parse'</item>
                <item>error CS0117: 'System.Guid' does not contain a definition for 'TryParse'</item>
              </list>
            </summary>
        </member>
        <member name="M:Codice.Utils.HttpUtility.HtmlDecode(System.String)">
            <summary>
            Decodes an HTML-encoded string and returns the decoded string.
            </summary>
            <param name="s">The HTML string to decode. </param>
            <returns>The decoded text.</returns>
        </member>
        <member name="M:Codice.Utils.HttpUtility.HtmlDecode(System.String,System.IO.TextWriter)">
            <summary>
            Decodes an HTML-encoded string and sends the resulting output to a TextWriter output stream.
            </summary>
            <param name="s">The HTML string to decode</param>
            <param name="output">The TextWriter output stream containing the decoded string. </param>
        </member>
        <member name="M:Codice.Utils.HttpUtility.HtmlEncode(System.String,System.IO.TextWriter)">
            <summary>
            HTML-encodes a string and sends the resulting output to a TextWriter output stream.
            </summary>
            <param name="s">The string to encode. </param>
            <param name="output">The TextWriter output stream containing the encoded string. </param>
        </member>
        <member name="M:Codice.Utils.SpanSplitEnumerator`1.GetEnumerator">
            <summary>
            Returns an enumerator that allows for iteration over the split span.
            </summary>
            <returns>Returns a <see cref="T:Codice.Utils.SpanSplitEnumerator`1"/> that can be used to iterate over the split span.</returns>
        </member>
        <member name="P:Codice.Utils.SpanSplitEnumerator`1.Current">
            <summary>
            Returns the current element of the enumeration.
            </summary>
            <returns>Returns a <see cref="T:System.Range"/> instance that indicates the bounds of the current element withing the source span.</returns>
        </member>
        <member name="M:Codice.Utils.SpanSplitEnumerator`1.MoveNext">
            <summary>
            Advances the enumerator to the next element of the enumeration.
            </summary>
            <returns><see langword="true"/> if the enumerator was successfully advanced to the next element; <see langword="false"/> if the enumerator has passed the end of the enumeration.</returns>
        </member>
        <member name="M:Codice.Utils.MemoryExtensions.Split(System.ReadOnlySpan{System.Char})">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using a single space as a separator character.
            </summary>
            <param name="span">The source span to be enumerated.</param>
            <returns>Returns a <see cref="T:Codice.Utils.SpanSplitEnumerator`1"/>.</returns>
        </member>
        <member name="M:Codice.Utils.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.Char)">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using the provided separator character.
            </summary>
            <param name="span">The source span to be enumerated.</param>
            <param name="separator">The separator character to be used to split the provided span.</param>
            <returns>Returns a <see cref="T:Codice.Utils.SpanSplitEnumerator`1"/>.</returns>
        </member>
        <member name="M:Codice.Utils.MemoryExtensions.Split(System.ReadOnlySpan{System.Char},System.String)">
            <summary>
            Returns a type that allows for enumeration of each element within a split span
            using the provided separator string.
            </summary>
            <param name="span">The source span to be enumerated.</param>
            <param name="separator">The separator string to be used to split the provided span.</param>
            <returns>Returns a <see cref="T:Codice.Utils.SpanSplitEnumerator`1"/>.</returns>
        </member>
        <member name="T:Codice.Tree.ConditionalInclusionDeclaration">
            <summary>
            conditionals (#if-#endif, #ifdef-#endif, #ifndef-#endif)
            </summary>
        </member>
        <member name="T:Codice.Tree.PreprocessorDirectiveDeclaration">
            <summary>
            #pragma, #line, #error, #warning, #define, #undef and conditionals (#else, #elif)
            </summary>
        </member>
        <member name="T:SecurityManager.License.UsageInformation">
            Usage information stored in databases
        </member>
        <member name="T:PolarionPlug.ProjectApi.User">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.disabledNotifications">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.disabledNotificationsSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.email">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.homePageContent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.voteURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.watcheURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.User.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.ProjectApi.Text">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Text.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Text.content">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Text.contentLossy">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.ProjectApi.Project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.active">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.activeSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.finish">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.finishSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.lead">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.lockWorkRecordsDate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.lockWorkRecordsDateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.projectGroupURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.start">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.startSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.trackerPrefix">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.Project.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.ProjectApi.ProjectGroup">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.groupURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.parentURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.projectIDs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.ProjectApi.ProjectGroup.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Text">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Text.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Text.content">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Text.contentLossy">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ActivitySource">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivitySource.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivitySource.prefix">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivitySource.types">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.WikiPage">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.attachments">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.homePageContent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.linkedPageURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.pageLocation">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.pageName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.spaceId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.updatedBy">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPage.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.WikiPageAttachment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.fileName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.length">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.lengthSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.url">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WikiPageAttachment.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.User">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.disabledNotifications">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.disabledNotificationsSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.email">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.homePageContent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.voteURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.watcheURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.User.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.active">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.activeSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.finish">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.finishSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.lead">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.lockWorkRecordsDate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.lockWorkRecordsDateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.projectGroupURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.start">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.startSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.trackerPrefix">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Project.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Module">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.allowedWITypes">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.areLinksFromParentToChild">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.areLinksFromParentToChildSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.autoSuspect">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.autoSuspectSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.branchedFrom">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.branchedWithQuery">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.comments">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.derivedFields">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.derivedFromURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.derivedFromLinkRole">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.headingSidebarFields">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.homePageContent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.linkedOslcResources">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.moduleAbsoluteLocation">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.moduleFolder">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.moduleLocation">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.moduleName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.status">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.structureLinkRole">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.updatedBy">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.usesOutlineNumbering">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.usesOutlineNumberingSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.variantURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.customFields">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Module.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.EnumOptionId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOptionId.id">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.PriorityOptionId">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ModuleComment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.childCommentURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.importedComment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.parentCommentURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.referredWorkItemURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.resolved">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.resolvedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.tags">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.text">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ModuleComment.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ImportedComment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ImportedComment.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ImportedComment.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ImportedComment.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ImportedComment.initials">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.LinkedOslcResource">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedOslcResource.label">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedOslcResource.role">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedOslcResource.uri">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Custom">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Custom.key">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Custom.value">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.LinkedResource">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.branch">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.category">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.element">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.elementPosition">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.fileName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.linkPosition">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.message">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.objectId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.objectRevision">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.projectId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.repositoryId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedResource.role">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Folder">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Folder.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Folder.projectURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Folder.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Folder.titleOrName">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.LanguageDefinition">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LanguageDefinition.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LanguageDefinition.label">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.CustomFieldType">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.defaultValue">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.dependsOn">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.multi">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.required">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomFieldType.type">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.EnumCustomFieldType">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumCustomFieldType.enumId">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.CustomField">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomField.key">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomField.parentItemURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.CustomField.value">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.WorkflowAction">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.actionId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.actionName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.cleanedFeatures">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.nativeActionId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.requiredFeatures">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.suggestedFeatures">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.targetStatus">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkflowAction.unavailabilityMessage">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.EnumOption">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.default">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.enumId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.hidden">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.phantom">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.properties">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.EnumOption.sequenceNumber">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.property">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.property.key">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.property.value">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.PriorityOpt">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.PriorityOpt.float">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Activity">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.activityCustomValues">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.comments">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.contextId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.globalId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.info">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.prefix">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.resourceLocations">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.sourceId">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.timestamp">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Activity.userId">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ActivityCustomValueEntry">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityCustomValueEntry.customValues">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityCustomValueEntry.key">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ActivityCustomValue">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityCustomValue.values">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ActivityComment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityComment.text">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityComment.timeStamp">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ActivityComment.userId">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Change">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.creation">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.date">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.diffs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.empty">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.invalid">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.revision">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Change.user">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.FieldDiff">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.added">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.after">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.before">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.collection">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.fieldName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.FieldDiff.removed">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.WorkRecord">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.comment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.date">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.dateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.timeSpent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.user">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkRecord.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.TimePoint">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.closed">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.closedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.earliestPlannedStart">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.earliestPlannedStartSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.time">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.timeSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.TimePoint.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.PlanningConstraint">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.PlanningConstraint.constraint">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.PlanningConstraint.date">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.PlanningConstraint.dateSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.PlanRecord">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.PlanRecord.item">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.WorkItem">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.approvals">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.assignee">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.attachments">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.categories">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.comments">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.dueDate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.dueDateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.externallyLinkedWorkItems">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.hyperlinks">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.initialEstimate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.linkedOslcResources">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.linkedRevisions">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.linkedRevisionsDerived">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.linkedWorkItems">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.linkedWorkItemsDerived">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.moduleURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.outlineNumber">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.plannedEnd">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.plannedEndSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.plannedIn">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.plannedStart">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.plannedStartSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.planningConstraints">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.previousStatus">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.priority">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.remainingEstimate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.resolution">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.resolvedOn">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.resolvedOnSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.severity">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.status">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.timePoint">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.timeSpent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.type">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.workRecords">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.customFields">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.WorkItem.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Approval">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Approval.status">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Approval.user">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Attachment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.fileName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.length">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.lengthSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.url">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Attachment.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Category">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Category.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Comment">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.childCommentURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.parentCommentURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.resolved">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.resolvedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.tags">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.text">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.title">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.visibleTo">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Comment.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.ExternallyLinkedWorkItem">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ExternallyLinkedWorkItem.role">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.ExternallyLinkedWorkItem.workItemURI">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Hyperlink">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Hyperlink.role">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Hyperlink.uri">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Revision">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.internalCommit">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.internalCommitSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.linkedWorkItemURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.message">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.repositoryName">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Revision.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.LinkedWorkItem">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedWorkItem.revision">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedWorkItem.role">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedWorkItem.suspect">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedWorkItem.suspectSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.LinkedWorkItem.workItemURI">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Plan">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.allowedTypes">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.authorURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.calculationType">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.capacity">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.capacitySpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.color">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.created">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.createdSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.defaultEstimate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.defaultEstimateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.dueDate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.dueDateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.estimationField">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.finishedOn">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.finishedOnSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.homePageContent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.isTemplate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.isTemplateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.location">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.parent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.previousTimeSpent">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.prioritizationField">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.projectURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.projectSpanURIs">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.records">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.sortOrder">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.sortOrderSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.startDate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.startDateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.startedOn">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.startedOnSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.status">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.templateURI">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.updated">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.updatedSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.useReportFromTemplate">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.useReportFromTemplateSpecified">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.customFields">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Plan.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="T:PolarionPlug.TrackerApi.Baseline">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.author">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.baseRevision">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.description">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.id">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.name">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.project">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.uri">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.unresolvable">
            <remarks/>
        </member>
        <member name="P:PolarionPlug.TrackerApi.Baseline.unresolvableSpecified">
            <remarks/>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.AnnotateController.Get(System.String,System.Int32,WebAdmin.WebApi.Models.EncryptionKeyModel)">
            <summary>
            Get repository annotations for a specific revision
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="revisionId" example="1">Revision id</param>
            <param name="encryptionKeyModel" />
            <response code="200">List of annotations</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.AnnotateController.Get(System.String,System.String,System.Int32,WebAdmin.WebApi.Models.EncryptionKeyModel)">
            <summary>
            Get repository annotations for a specific revision
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="repoName" example="codice">Repository name</param>
            <param name="revisionId" example="1">Revision id</param>
            <param name="encryptionKeyModel" />
            <response code="200">List of annotations</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.GetMain(System.String)">
            <summary>
            Get repository main branch
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <response code="200">Branch information</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.GetMain(System.String,System.String)">
            <summary>
            Get repository main branch
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="repoName" example="codice">Repository name</param>
            <response code="200">Branch information</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.GetAll(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String[],WebAdmin.WebApi.Controllers.BranchQueryDateTarget)">
            <summary>
            Get repository branches
            </summary>
            <remarks>
            This endpoint retrieves all repo branches between the date range
            [<strong>start</strong> - <strong>end</strong>] provided in the parameters.
            </remarks>
            <param name="repoName" example="codice">Repository name</param>
            <param name="start" example="2022-01-01T00:00:00Z">Include branches from this date</param>
            <param name="end" example="2022-01-01T00:00:00Z">Include branches until this date</param>
            <param name="dateTarget">Date type to target</param>
            <param name="filterOwners" example="a@a.com">Include owners</param>
            <response code="200">List of branches found</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.GetAll(System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String[],WebAdmin.WebApi.Controllers.BranchQueryDateTarget)">
            <summary>
            Get repository branches
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="repoName" example="codice">Repository name</param>
            <param name="start" example="2022-01-01T00:00:00Z">Include branches from this date</param>
            <param name="end" example="2022-01-01T00:00:00Z">Include branches until this date</param>
            <param name="filterOwner" example="a@a.com">Include owners</param>
            <param name="dateTarget">Date type to target</param>
            <response code="200">List of branches found</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.Get(System.String,System.String)">
            <summary>
            Get repository branch
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="branchName" example="main">Branch name</param>
            <response code="200">Branch information</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.BranchesController.Get(System.String,System.String,System.String,System.Boolean,System.Boolean)">
            <summary>
            Get repository branch
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="repoName" example="codice">Repository name</param>
            <param name="branchName" example="main">Branch name</param>
            <param name="includeMergeInfo">Whether to include merge info</param>
            <param name="includeAttributeValues">Whether to include attribute values associated with this branch</param>
            <response code="200">Branch information</response>
        </member>
        <member name="T:WebAdmin.WebApi.Controllers.TupleJsonConverter">
            Converter that reads [[CodeReviewTargetTypeEnum, long]] into (CodeReviewTargetTypeEnum, long)[]
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.Queries.CodeReviewsQuery.GetItemNames(System.String,Codice.CM.Common.RepId,System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Int64},Codice.CM.Common.SEID,PlasticPipe.Server.PlasticMethodCall)">
            <summary>
            Get item names for the given revision and item IDs.
            </summary>
            <param name="organization"></param>
            <param name="repId"></param>
            <param name="revisionIdToItemId">Dictionary of revision ID to item ID</param>
            <param name="seid"></param>
            <param name="methodCall"></param>
            <returns>Dictionary of item ID to item name</returns>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.Queries.CodeReviewsQuery.BuildCodeReviewCommentModel(Codice.CM.Common.CodeReviewCommentInfo,System.Collections.Generic.IReadOnlyDictionary{Codice.CM.Common.SEID,System.String},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.Int64},System.Collections.Generic.IReadOnlyDictionary{System.Int64,Codice.CM.Common.RevisionInfo},System.Collections.Generic.IReadOnlyDictionary{System.Int64,System.String})">
            <summary>
            Builds a CodeReviewCommentModel from a CodeReviewCommentInfo.
            </summary>
            <param name="commentInfo">The comment info to build the model from</param>
            <param name="solvedSeids">Dictionary of SEID -> username</param>
            <param name="revisionIdToItemId">Dictionary of revision ID -> item ID</param>
            <param name="revisionInfos">Dictionary of revision ID -> revision info</param>
            <param name="itemIdToItemName">Dictionary of item ID -> item name</param>
            <returns>The built CodeReviewCommentModel</returns>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.LoginController.AccessToken(WebAdmin.WebApi.Models.LoginRequest)">
            <summary>
            Retrieves an access token for user credentials
            </summary>
            <response code="200">Access token</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.LoginController.AccessToken(System.String,WebAdmin.WebApi.Models.LoginRequest)">
            <summary>
            Retrieves an access token for user credentials
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="request" />
            <response code="200">Access token</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.RepositoriesController.PatchPermissions(System.String,WebAdmin.WebApi.Models.EditRepositoryPermissionsRequest)">
            <summary>
            Patches a single repository's permissions.
            Only the SEIDs specified in the request will get affected. The rest
            of the already existing permissions on the repository will remain unchanged.
            </summary>
            <param name="repo">Repository name or GUID</param>
            <param name="request">SEID permissions to be edited</param>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.RepositoriesController.PatchPermissions(System.String,System.String,WebAdmin.WebApi.Models.EditRepositoryPermissionsRequest)">
            <summary>
            Patches a single repository's permissions.
            Only the SEIDs specified in the request will get affected. The rest
            of the already existing permissions on the repository will remain unchanged.
            </summary>
            <param name="orgName" example="codice">Organization name</param>
            <param name="repo">Repository name or GUID</param>
            <param name="request">SEID permissions to be edited</param>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.AttributesController.GetAttributeValue(System.String,System.String,System.String,System.String)">
            <summary>
            Get attribute value from a target object
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="attributeName">Attribute name</param>
            <param name="targetType" example="branch">Target object type</param>
            <param name="targetName">Target object name</param>
            <response code="200">Attribute value</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.AttributesController.ChangeAttributeValue(System.String,System.String,WebAdmin.WebApi.Requests.ChangeAttributeRequest)">
            <summary>
            Update existing attribute
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="attributeName">Attribute name</param>
            <param name="request" />
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.AttributesController.CreateAttribute(System.String,WebAdmin.WebApi.Requests.CreateAttributeRequest)">
            <summary>
            Create a new attribute
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="request" />
            <response code="200">Boolean value indicating whether or not the attribute was created</response>
        </member>
        <member name="M:WebAdmin.WebApi.Controllers.FindController.Find(System.String,System.String,System.String,System.String)">
            <summary>
            Runs SQL-like queries to find Plastic SCM objects
            </summary>
            <param name="repoName" example="codice">Repository name</param>
            <param name="query" example="branches where owner='username'">Plastic SCM query string as specified in the 
            <a target="_blank" href="https://www.plasticscm.com/documentation/cmfind/plastic-scm-version-control-query-system-guide">documentation</a></param>
            <param name="queryDateFormat">Date format used in the query</param>
            <param name="fields" example="id,name,owner">Comma-separated fields to return</param>
            <response code="200">Objects found including the requested fields</response>
        </member>
        <member name="P:WebAdmin.WebApi.Models.EncryptionKeyModel.EncryptionKey">
            <summary>
            Encryption key value
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Models.LoginRequest.User">
            <summary>
            Username
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Models.LoginRequest.Password">
            <summary>
            User password
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Requests.ChangeAttributeRequest.TargetName">
            <summary>
            Target object name
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Requests.ChangeAttributeRequest.TargetType">
            <summary>
            Target object type
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Requests.ChangeAttributeRequest.Value">
            <summary>
            Attribute new value
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Requests.CreateAttributeRequest.Name">
            <summary>
            Attribute name
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Requests.CreateAttributeRequest.Comment">
            <summary>
            Attribute comment
            </summary>
        </member>
        <member name="P:WebAdmin.WebApi.Responses.SingleResponse.Value">
            <summary>
            Response value
            </summary>
        </member>
        <member name="T:WebAdmin.Attributes.BinaryContentAttribute">
            <summary>
            Decorates an endpoint method to tell Swagger that it expects a binary stream upload.
            </summary>
        </member>
        <member name="M:WebAdmin.SwaggerSetup.BinaryContentFilter.Apply(Microsoft.OpenApi.Models.OpenApiOperation,Swashbuckle.AspNetCore.SwaggerGen.OperationFilterContext)">
            <summary>
            Configures operations decorated with the <see cref="T:WebAdmin.Attributes.BinaryContentAttribute" />.
            </summary>
            <param name="operation">The Open API operation.</param>
            <param name="context">The operation context.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "T:PlasticPipe.PlasticBufferedStream" -->
        <member name="F:PlasticPipe.PlasticBufferedStream.MAX_SHADOW_BUFFER_SIZE">
            <summary><code>MAX_SHADOW_BUFFER_SIZE</code> is chosed such that shadow buffers are not allocated on the Large Object Heap.
            Currently, an object is allocated on the LOH if it is larger than 85000 bytes. See LARGE_OBJECT_SIZE in ndp\clr\src\vm\gc.h
            We will go with exactly 80 KBytes, although this is somewhat arbitrary.</summary>
        </member>
        <member name="F:PlasticPipe.Client.GetArpTable.ForWindows.MIB_IPNETROW.dwIndex">
            <summary>
            The index of the adapter.
            </summary>
        </member>
        <member name="F:PlasticPipe.Client.GetArpTable.ForWindows.MIB_IPNETROW.dwPhysAddrLen">
            <summary>
            The length, in bytes, of the physical address.
            </summary>
        </member>
        <member name="F:PlasticPipe.Client.GetArpTable.ForWindows.MIB_IPNETROW.bPhysAddr">
            <summary>
            The physical address.
            </summary>
        </member>
        <member name="F:PlasticPipe.Client.GetArpTable.ForWindows.MIB_IPNETROW.dwAddr">
            <summary>
            The IPv4 address.
            </summary>
        </member>
        <member name="F:PlasticPipe.Client.GetArpTable.ForWindows.MIB_IPNETROW.dwType">
            <summary>
            The type of ARP entry. This type can be one of the following values. => https://docs.microsoft.com/en-us/windows/win32/api/ipmib/ns-ipmib-mib_ipnetrow_lh
            </summary>
        </member>
        <member name="T:PlasticPipe.Client.GetArpTable.ForMacOs.Route">
            <summary>members from net/route.h</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:PlasticPipe.Client.GetArpTable.ForMacOs.Ethernet" -->
        <member name="T:PlasticPipe.Client.GetArpTable.ForMacOs.NetLinkLevel">
            <summary>members from net/if_dl.h</summary>
        </member>
        <member name="T:PlasticPipe.Client.GetArpTable.ForMacOs.Socket">
            <summary>members from socket.h</summary>
        </member>
        <member name="T:PlasticPipe.Client.GetArpTable.ForMacOs.Sysctl">
            <summary>members from sysctl.h</summary>
        </member>
        <member name="F:PlasticPipe.PlasticProtocol.Lz4.Lz4Mode.Fast">
            <summary>
            The very fast Lz4 algorithm implemtation.
            </summary>
        </member>
        <member name="F:PlasticPipe.PlasticProtocol.Lz4.Lz4Mode.HighCompression">
            <summary>
            A High Compression mode that is slower but with a better compression rate.
            </summary>
        </member>
        <member name="M:PlasticPipe.PlasticProtocol.Lz4.Lz4Api.LZ4_compress(System.Byte*,System.Byte*,System.Int32,System.Int32)">
            <summary>
            Native method call (PInvoke) to the LZ4_compress method.
            The platform target (X86 or X64) is chosen at runtime. Description:
            Compresses 'isize' bytes from 'source' into 'dest'.
            Destination buffer must be already allocated,
            and must be sized to handle worst cases situations (input data not compressible)
            Worst case size evaluation is provided by function LZ4_compressBound().
            note : destination buffer must be already allocated. 
            To avoid any problem, size it to handle worst cases situations (input data not compressible)
            Worst case size evaluation is provided by function LZ4_compressBound() (see "lz4.h")
            </summary>
            <param name="source">The source (input).</param>
            <param name="destination">The destination (output). Its memory must alredy be allocated, use LZ4_compressBound for the size hint.</param>
            <param name="sourceSize">The source size. Max supported value is ~1.9GB.</param>
            <returns>The number of bytes written in buffer destination.</returns>
        </member>
        <member name="M:PlasticPipe.PlasticProtocol.Lz4.Lz4Api.LZ4_compressHC(System.Byte*,System.Byte*,System.Int32)">
            <summary>
            Native method call (PInvoke) to the LZ4_compressHC method. 
            It provide a High Compression mode that is slower but with a better compression rate.
            The platform target (X86 or X64) is chosen at runtime. Description:
            Compresses 'isize' bytes from 'source' into 'dest'.
            Destination buffer must be already allocated,
            and must be sized to handle worst cases situations (input data not compressible)
            Worst case size evaluation is provided by function LZ4_compressBound().
            note : destination buffer must be already allocated. 
            To avoid any problem, size it to handle worst cases situations (input data not compressible)
            Worst case size evaluation is provided by function LZ4_compressBound() (see "lz4.h")
            </summary>
            <param name="source">The source (input).</param>
            <param name="destination">The destination (output). Its memory must alredy be allocated, use LZ4_compressBound for the size hint.</param>
            <param name="size">The source size. Max supported value is ~1.9GB.</param>
            <returns>The number of bytes written in buffer destination.</returns>
        </member>
        <member name="M:PlasticPipe.PlasticProtocol.Lz4.Lz4Api.LZ4_uncompress(System.Byte*,System.Byte*,System.Int32,System.Int32)">
            <summary>
            Native method call (PInvoke) to the LZ4_uncompress method.
            The platform target (X86 or X64) is chosen at runtime. Description:
            note : destination buffer must be already allocated.
            its size must be a minimum of 'osize' bytes.
            </summary>
            <param name="source">The source (input).</param>
            <param name="destination">The destination (output). Its memory must alredy be allocated, use LZ4_compressBound for the size hint.</param>
            <param name="compressedSize">Size of the original buffer. Is the output size, therefore the original size.</param>
            <returns>the number of bytes read in the source buffer (in other words, the compressed size)
            If the source stream is malformed, the function will stop decoding and return a negative result, indicating the byte position of the faulty instruction
            This function never writes outside of provided buffers, and never modifies input buffer.</returns>
        </member>
        <member name="T:Mono.Unix.SystemdUnixGroupInfo">
            <summary>
            Solves quirks around systemd that <see cref="T:Mono.Unix.UnixGroupInfo"/> does not.
            </summary>
        </member>
        <member name="M:Mono.Unix.SystemdUnixGroupInfo.GetLocalGroups">
             <summary>
             Allows retrieving local groups on Unix systems
             </summary>
             <remarks>
             In modern GNU/Linux distributions <see cref="M:Mono.Unix.Native.Syscall.getgrent"/>
             can return <see cref="F:Mono.Unix.Native.Errno.ENOENT"/> once the enumeration ends.
            
             Returning <see cref="F:Mono.Unix.Native.Errno.ENOENT"/> seems to be the expected behavior
             (see https://github.com/systemd/systemd/issues/9585) when using a modern
             systemd version, but it is not documented for the getgrent man pages
             as of January 11th, 2024.
            
             This function takes into account that <see cref="F:Mono.Unix.Native.Errno.ENOENT"/>
             does not signal an error but the end of the enumeration, while
             <see cref="M:Mono.Unix.UnixGroupInfo.GetLocalGroups"/> does not.
             </remarks>
        </member>
        <member name="T:Mono.Unix.SystemdUnixUserInfo">
            <summary>
            Solves quirks around systemd that <see cref="T:Mono.Unix.UnixUserInfo"/> does not.
            </summary>
        </member>
        <member name="M:Mono.Unix.SystemdUnixUserInfo.GetLocalUsers">
             <summary>
             Allows retrieving local users on Unix systems
             </summary>
             <remarks>
             In modern GNU/Linux distributions <see cref="M:Mono.Unix.Native.Syscall.getpwent"/>
             can return <see cref="F:Mono.Unix.Native.Errno.ENOENT"/> once the enumeration ends.
            
             Returning <see cref="F:Mono.Unix.Native.Errno.ENOENT"/> seems to be the expected behavior
             (see https://github.com/systemd/systemd/issues/9585) when using a modern
             systemd version, but it is not documented for the getpwent man pages
             as of January 11th, 2024.
            
             This function takes into account that <see cref="F:Mono.Unix.Native.Errno.ENOENT"/>
             does not signal an error but the end of the enumeration, while
             <see cref="M:Mono.Unix.UnixUserInfo.GetLocalUsers"/> does not.
             </remarks>
        </member>
        <member name="T:CodiceApp.EventTracking.Plastic.EventName">
             WARNING
            
             Keep in sync with /01applications/plasticscm.com/netcore-app/metrics/Event.cs
             at plasticscm.com repository.
        </member>
        <member name="T:CodiceApp.EventTracking.Plastic.EventType">
             WARNING
            
             Keep in sync with /01applications/plasticscm.com/netcore-app/metrics/Event.cs
             at plasticscm.com repository.
        </member>
        <member name="P:ClangSharp.Clang.CrashRecovery">
            <summary>
            Enable/disable crash recovery.
            </summary>
        </member>
        <member name="P:ClangSharp.Clang.Version">
            <summary>
            A version string, suitable for showing to a user, but not intended to be parsed (the format is not guaranteed to be stable).
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Kind">
            <summary>
            Retrieve the kind of the given cursor. 
            </summary>
        </member>
        <member name="M:ClangSharp.Cursor.Equals(ClangSharp.Cursor)">
            <summary>
            Determine whether two cursors are equivalent. 
            </summary>
            <param name="other">The cursor to compare with.</param>
            <returns></returns>
        </member>
        <member name="P:ClangSharp.Cursor.IsDeclaration">
            <summary>
            Determine whether the cursor represents a declaration. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsReference">
            <summary>
            Determine whether the cursor represents a simple reference. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsExpression">
            <summary>
            Determine whether the cursor represents an expression. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsStatement">
            <summary>
            Determine whether the cursor represents a statement. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsAttribute">
            <summary>
            Determine whether the cursor represents an attribute. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsInvalid">
            <summary>
            Determine whether the cursor represents an invalid cursor. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.IsTranslationUnit">
            <summary>
            Determine whether the cursor represents a translation unit. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Linkage">
            <summary>
            Determine the linkage of the entity referred to by a given cursor. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Language">
            <summary>
            Determine the "language" of the entity referred to by a given cursor. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Location">
            <summary>
            Retrieve the physical location of the source constructor referenced by the given cursor.
            The location of a declaration is typically the location of the name of that declaration,
            where the name of that declaration would occur if it is unnamed, or some keyword that
            introduces that particular declaration. The location of a reference is where that reference
            occurs within the source code.
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Extent">
            <summary>
            Retrieve the physical extent of the source construct referenced by the given cursor.
            The extent of a cursor starts with the file/line/column pointing at the first character
            within the source construct that the cursor refers to and ends with the last character
            withinin that source construct. For a declaration, the extent covers the declaration itself.
            For a reference, the extent covers the location of the reference (e.g., where the
            referenced entity was actually used).
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Null">
            <summary>
            Retrieve the NULL cursor, which represents no entity. 
            </summary>
        </member>
        <member name="P:ClangSharp.Cursor.Source">
            <summary>
            Attempts to retrieve the source code this cursor points to.
            </summary>
            <remarks>
            Method is not necessarily performant, for debugging only.
            </remarks>
        </member>
        <member name="M:ClangSharp.TranslationUnit.GetCursor(ClangSharp.SourceLocation)">
            <summary>
            Map a source location to the cursor that describes the entity at that location in the source code.
            GetCursor() maps an arbitrary source location within a translation unit down to the most specific
            cursor that describes the entity at that location. For example, given an expression x + y, invoking
            GetCursor() with a source location pointing to "x" will return the cursor for "x"; similarly for "y".
            If the cursor points anywhere between "x" or "y" (e.g., on the + or the whitespace around it),
            GetCursor() will return a cursor referring to the "+" expression.
            </summary>
            <param name="location">The location to find a cursor at.</param>
            <returns></returns>
        </member>
        <member name="M:ClangSharp.TranslationUnit.Tokenize(ClangSharp.SourceRange,ClangSharp.TokenKind)">
            <summary>
            Tokenize the source code described by the given range into raw lexical tokens. 
            </summary>
            <param name="range">The range to tokenize.</param>
            <returns>A list of raw lexical tokens.</returns>
        </member>
        <member name="M:ClangSharp.TranslationUnit.VisitInclusions(ClangSharp.TranslationUnit.InclusionVisitor)">
            <summary>
            Visit the set of preprocessor inclusions in a translation unit. The visitor
            function is called with the provided data for every included file. This does
            not include headers included by the PCH file (unless one is inspecting the
            inclusions in the PCH file itself).
            </summary>
            <param name="visitor">The visiting delegate.</param>
        </member>
        <member name="M:ClangSharp.TranslationUnit.GetCharLocations(System.Int32,System.Int32@,System.Int32@,System.Int32@)">
            <summary>
            Convert a byte offset into a (utf16) char offset, line and column numbers.
            </summary>
            <param name="byteOffset">The byte offset (as given by libclang).</param>
            <param name="line">The zero-based line number.</param>
            <param name="column">The zero-based column number.</param>
            <param name="offset">The zero-based offset.</param>
        </member>
        <member name="T:System.Text.RegularExpressions.Generated.MentionRegex_0">
            <summary>Custom <see cref="T:System.Text.RegularExpressions.Regex"/>-derived type for the MentionRegex method.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Generated.MentionRegex_0.Instance">
            <summary>Cached, thread-safe singleton instance.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.MentionRegex_0.#ctor">
            <summary>Initializes the instance.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory">
            <summary>Provides a factory for creating <see cref="T:System.Text.RegularExpressions.RegexRunner"/> instances to be used by methods on <see cref="T:System.Text.RegularExpressions.Regex"/>.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory.CreateInstance">
            <summary>Creates an instance of a <see cref="T:System.Text.RegularExpressions.RegexRunner"/> used by methods on <see cref="T:System.Text.RegularExpressions.Regex"/>.</summary>
        </member>
        <member name="T:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory.Runner">
            <summary>Provides the runner that contains the custom logic implementing the specified regular expression.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory.Runner.Scan(System.ReadOnlySpan{System.Char})">
            <summary>Scan the <paramref name="inputSpan"/> starting from base.runtextstart for the next match.</summary>
            <param name="inputSpan">The text being scanned by the regular expression.</param>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory.Runner.TryFindNextPossibleStartingPosition(System.ReadOnlySpan{System.Char})">
            <summary>Search <paramref name="inputSpan"/> starting from base.runtextpos for the next location a match could possibly start.</summary>
            <param name="inputSpan">The text being scanned by the regular expression.</param>
            <returns>true if a possible match was found; false if no more matches are possible.</returns>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.MentionRegex_0.RunnerFactory.Runner.TryMatchAtCurrentPosition(System.ReadOnlySpan{System.Char})">
            <summary>Determine whether <paramref name="inputSpan"/> at base.runtextpos is a match for the regular expression.</summary>
            <param name="inputSpan">The text being scanned by the regular expression.</param>
            <returns>true if the regular expression matches at the current position; otherwise, false.</returns>
        </member>
        <member name="T:System.Text.RegularExpressions.Generated.Utilities">
            <summary>Helper methods used by generated <see cref="T:System.Text.RegularExpressions.Regex"/>-derived implementations.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Generated.Utilities.s_defaultTimeout">
            <summary>Default timeout value set in <see cref="T:System.AppContext"/>, or <see cref="F:System.Text.RegularExpressions.Regex.InfiniteMatchTimeout"/> if none was set.</summary>
        </member>
        <member name="F:System.Text.RegularExpressions.Generated.Utilities.s_hasTimeout">
            <summary>Whether <see cref="F:System.Text.RegularExpressions.Generated.Utilities.s_defaultTimeout"/> is non-infinite.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.Utilities.IsBoundary(System.ReadOnlySpan{System.Char},System.Int32)">
            <summary>Determines whether the specified index is a boundary.</summary>
        </member>
        <member name="M:System.Text.RegularExpressions.Generated.Utilities.IsWordChar(System.Char)">
            <summary>Determines whether the character is part of the [\w] set.</summary>
        </member>
    </members>
</doc>
