Microsoft.CodeAnalysis.Sarif.Invocation.DeepCloneCore C# (CSharp) Method

DeepCloneCore() private method

private DeepCloneCore ( ) : ISarifNode
return ISarifNode
        private ISarifNode DeepCloneCore()
        {
            return new Invocation(this);
        }