public DebuggerProperty(Debugger debugger, CorProperty prop) { debugger.Dispatcher.VerifyAccess(); this.debugger = debugger; this.prop = prop; this.hashCode = prop.GetHashCode(); this.token = prop.Token; this.name = prop.GetName() ?? string.Empty; this.Attributes = prop.GetAttributes(); }
public DebuggerProperty(Debugger debugger, CorProperty prop) { debugger.Dispatcher.VerifyAccess(); this.debugger = debugger; this.prop = prop; this.hashCode = prop.GetHashCode(); this.token = prop.Token; this.name = prop.GetName() ?? string.Empty; this.attributes = prop.GetAttributes(); }
set => SetValue(CorProperty, value);