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

DeepCloneCore() private method

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