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

DeepClone() public method

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