public static void Write(UnsafeWriter writer, MonoBehaviourPropertyValue value) => value.WriteTo(writer);
public MonoBehaviourPropertyValueWithLocation(IPsiSourceFile file, MonoBehaviourPropertyValue value) { File = file; Value = value; }
protected bool Equals(MonoBehaviourPropertyValue other) { return(MonoBehaviour.Equals(other.MonoBehaviour)); }