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

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : PhysicalLocation
return PhysicalLocation
        public PhysicalLocation DeepClone()
        {
            return (PhysicalLocation)DeepCloneCore();
        }