<?xml version="1.0"?>
<doc>
    <assembly>
        <name>JetBrains.dotCover.Workspace</name>
    </assembly>
    <members>
        <member name="P:JetBrains.dotCover.Workspace.Contract.CoverageTreeQuickSearch.QuickSearchResult.MatchingNodes">
            <summary>
              Ids for nodes which match quick search filter
            </summary>
        </member>
        <member name="P:JetBrains.dotCover.Workspace.Contract.CoverageTreeQuickSearch.QuickSearchResult.ParentIds">
            <summary>
              Ids for nodes which contain quick search matching children
            </summary>
        </member>
        <member name="M:JetBrains.dotCover.Workspace.Contract.CoverageTree.IMethodsGroupingNodesProvider.GetGroupingNodes(System.Collections.Generic.IEnumerable{JetBrains.dotCover.Workspace.Contract.CoverageTree.CoverageNodeId})">
            <summary>
              Returns grouping nodes (properties, events, statementless async methods, enumerators) by method nodes set
            </summary>
            <param name="methodNodeIds">Method node Ids. If method doesn't have a grouping node it will be ignored</param>
            <returns>Dictionary with method node Id as a key and grouping node Id as a value</returns>
        </member>
        <member name="M:JetBrains.dotCover.Workspace.Contract.UnitTesting.ICumulativeSnapshotUpdater.AddDataFromRawSnapshotsAsync(JetBrains.dotCover.Workspace.Contract.Infrastructure.ProgressId,System.String[],System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String[]},System.Boolean)">
            <returns>True if cumulative snapshot has been changed</returns>
        </member>
        <member name="M:JetBrains.dotCover.Workspace.Contract.UnitTesting.ICumulativeSnapshotUpdater.AddDataFromAssembliesAsync(JetBrains.dotCover.Workspace.Contract.Infrastructure.ProgressId,System.String[],System.Collections.Generic.IReadOnlyList{JetBrains.dotCover.Core.ProfilerConfigurator.AssemblyFilter},System.Collections.Generic.IReadOnlyList{JetBrains.dotCover.Core.ProfilerConfigurator.AttributeFilter})">
            <returns>True if cumulative snapshot has been changed</returns>
        </member>
        <member name="M:JetBrains.dotCover.Workspace.Contract.UnitTesting.ICumulativeSnapshotUpdater.CopyElementsDataAsync(JetBrains.dotCover.Workspace.Contract.Infrastructure.ProgressId,System.String,System.String,System.String[])">
            <returns>True if cumulative snapshot has been changed</returns>
        </member>
        <member name="M:JetBrains.dotCover.Workspace.Impl.DocumentsMarkup.Model.Interface.DocumentPaths.ISnapshotDocumentsFinder.GetAllDocumentIndices(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
              Get all snapshot document indices by local document path and PathMap compiler parameter value
            </summary>
            <param name="documentPath">Local document path</param>
            <param name="pathMap">Value of the PathMap compiler parameter that could have been used during the snapshot assemblies build</param>
            <returns>Found document indices</returns>
        </member>
        <member name="T:JetBrains.dotCover.Workspace.Impl.Reporting.Model.Html.FileExistenceAnalyzer">
            <summary>
              Checking for file existence takes about 10ms.
              In ReSharper snapshot we have info about 15000 files.
              This means that total time consumption for this operation is about 2 minutes.
              This class is introduced to minimize number of checks where possible (e.g. if source files are unavailable)
            </summary>
        </member>
    </members>
</doc>
