Microsoft.CodeAnalysis.Sarif.PhysicalLocation.DeepCloneCore C# (CSharp) 메소드

DeepCloneCore() 개인적인 메소드

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