AgentMulder.ReSharper.Plugin.Components.TypeUsageManager.TypeUsageManager C# (CSharp) Method

TypeUsageManager() public method

public TypeUsageManager ( CollectUsagesStageProcess collectUsagesStageProcess ) : System
collectUsagesStageProcess CollectUsagesStageProcess
return System
        public TypeUsageManager(CollectUsagesStageProcess collectUsagesStageProcess)
        {
            if (collectUsagesStageProcess == null)
            {
                throw new InvalidOperationException("collectUsagesStageProcess is null");
            }

            this.collectUsagesStageProcess = collectUsagesStageProcess;
        }